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
- Rails
- Postgresql
To start using this software you need to have Ruby installed in your machine
Then clone this repo:
-$ git clone git@github.com:Ismailco/ROR-GROUP-PROJECT.git
Then install the gems:
-$ cd ROR-GROUP-PROJECT
Then install gems:
-$ bundle install
Then run the server:
-$ rails server
Then visit the URL:
-$ http://localhost:3000
To run rspec, in your terminal for testing the methods:
-$ rspec
Ruby and rails installed on your local machine
- Clone the GitHub Repository
- Go to the Project Directory
- Run
bundle install
👤 Ismail Courr
- GitHub: @ismailco
- Twitter: @ismailcourr
- LinkedIn: Ismail courr
👤 Ismail Adekunle
- GitHub: ismail akinkunmi
- LinkedIn: Ismail adekunle
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.