The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows 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.
Client
- Ruby on Rails
Server
- Ruby on Rails
Database
- Postgresql
- Creating a recipe
- Generating a shopping list
- Sharing recipes to the public
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Laptop/Desktop.
- Internet.
- Ruby.
- Rails.
- Vs Code.
Clone this repository to your desired folder:
- mkdir my-folder
- cd my-folder
- git clone [(git@github.com/belmeetmule/Railcipe.git)]
To run the project, execute the following command:
- rails db:create
- rails db:migrate
- rails server
- rspec.
- rubocop
- Render.
- Netlify.
👤 Abdul Saboor Sohaib
👤 Mulugeta M
- GitHub: @belmeetmule
- Twitter: @belmeetmule
- LinkedIn: belmeetmule
- - Add picture for each recipe
- - ** Show public recipe without signing in **
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can fork it.
I would like to thank... Microverse for giving me this opportunity to build this project
This project is MIT licensed.