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.
Screenshots | Screenshots |
---|---|
:------------------------------------------------: | :---------------------------------------------------------: |
To get a local copy up and running follow these simple steps.
-
Clone the repo
git clone https://github.com/your_username_/Project-Name.git
-
Goto project directory
cd recipe-app
-
Configure
database.yml
in the config folder according to your postgreSQL configuration -
Run app
rails server
or
rails s
bundle exec rspec
will run all the tests.
Also, you can run bundle exec rspec spec/
to run specific tests.
You can also run RAILS_ENV=test rspec spec/
to run the tests in test mode.
If you encounter any errors, run the following commands.
-
Run
rails db:drop db:create db:migrate
to drop, create and migrate a new database. -
Run
rubocop && rubocop -A
to check for and fix code errors.
-
Ruby on Rails
-
PostgreSQL
-
Bootstrap CSS Framework
👤 Chimwemwe-127001
-
Github : @Chimwemwe-127001
-
Twitter : @chimwewme
-
LinkedIn: LinkedIn
👤 KingsleyIbe
-
GitHub: @KingsleyIbe
-
Twitter: LinkedIn
-
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 anyone whose code was a source of inspiration.
- A big thanks to @microverseinc.
This project is MIT licensed.