- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Recipes is a Ruby on Rails website that allows user's authentication and authorization, also the user can add foods recipes based on these foods, the recipes can be public or private, also edit and delete foods and recipes. Also if a recipe has more ingredients that there are in the foods pantry, the user can create a shopping list with the neccessary foods to buy.
Client
- The user should log in with a real email
- The food pantry will have severals inventories
To get a local copy up and running, follow these steps.
In order to run this project you need:
Install Git, Node, Ruby, Rails, PostgreSQL, if you have Linux or Mac, you can follow this tutorial
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:danifromecuador/recipes.git
cd recipes
To run the project, execute the following commands, press enter after each line: Maybe you'll need to change the DB name and password to your own. (config/database.yml)
bundle install
rails db:drop
rails db:create
rails db:migrate
rails s
After that, open a webpage in your favorite web browser at http://localhost:3000
To test this project just enter this command:
rspec
👤 Dani Morillo
- GitHub: danielfromecuador
- LinkedIn: danifromecuador
👤 Alexandre Medina
- GitHub: gersonhiggins
-
- Create pagination or infinite scroll if the lists are too long
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me an star on my GitHub repo
I would like to thank to The Odin Project for teaching me about Ruby
This project is MIT licensed.