The Recipe app keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
- Ruby on Rails
- Postgres
- git clone the project
git clone https://github.com/jaflih/recipe_app.git
cd recipe_app
bundle install
rails db:migrate
rails db:seed
- To run the app
rails s
Visit http://localhost:3000/ in your browser.
- To run the tests
rspec spec/models
rspec spec/views
👤 Aniekan udo
- GitHub: @Anny85-code
- Twitter: @Annyudo8
- LinkedIn: LinkedIn
👤 Jaflih
- GitHub: @githubhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- [] Template by Colorlib
- Microverse
- Inspiration
- Colorlib
- etc
This project is MIT licensed.