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 can allow you to make them public so anyone can access them.
- Ruby on Rails click here >>
- Rubocop: Rubocop
- UML schema diagram
- Bootstrap
- Ruby
To get a local copy up and running follow these simple example steps.
Ruby
Ruby on Rails
PostgreSQL
Clone the repository and change the directory to blog
$ git clone [email protected]:Favourezeugwa/Receipe-app-rails.git
$ cd Receipe-app-rails
Install all project dependencies by running the command below
$ bundle install
Linux
$ bin/rails server
Windows
$ ruby bin/rails server
$ http://localhost:3000/
$ rubocop .
$ Rspec spec
👤 Favour Amarachi Ezeugwa
- GitHub: @Favourezeugwa
- LinkedIn: Favour Amarachi Ezeugwa
- Twitter:@Favour_ezeugwa
👤 Ritobroto Mukherjee
- GitHub: @RitobrotoMukherjee
- Twitter: @RitobrotoM3
- LinkedIn: Ritobroto Mukherjee
👤 Rich Adu-kyere
- GitHub: @assadounto
- Twitter: @adukyerer
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to Microverse for giving me this project to work on
This project is MIT licensed.