Recipe App 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
Ruby on Rails
Bootstrap 5
Database
- [Authentication, User can manage his recipies and foods]
- [Guest User can navigate the App and read all ]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Visual Studio Code
- Git
- Ruby
- PostgreSQL
- Rails
gem install rails
Clone this repository to your desired folder:
https://github.com/OpondoG/RecipeApp.git
cd recipe-app
Install this project with:
bundle install
npm install
Create Database (Mandatory)
rails db:create
If you have made a migration then run this command
rails db:migrate
rails db:seed
To run the project, execute the following command:
rails server or rails s
Run tests
rspec
👤 Gilbert Okonjo
- GitHub: @githubhandle
- LinkedIn: @linkedinn
👤 Orji Maxwell
- GitHub: @githubhandle
- LinkedIn: LinkedIn
- Twitter: Maxwellchu2Orji
- [Use importmaps or esbuild for loading JavaScript]
- [Build the API for recipes based on User entries]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
I would like to thank:
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.