Recipe App
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.
Getting Started
-
Make sure you have Ruby and Postgresql installed on your system.
-
Install rails by running
gem install rails
-
Clone this repository by running
git clone https://github.com/azy64/recipe_app.git
in your command line. -
Navigate to the repository by running
cd recipe_app
. -
Run
bundle install
to install all gems -
Run
rails db:create
, andrails db:migrate
to create and migrate your database. -
Run
rails s
and go to http:localhost:3000 to view the app.
Testing
-
Run
rspec spec
to run all the test cases. -
Run
rspec spec/folder_name/spec_file_name
to run test files individually.
Built With
- Ruby On Rails
- Rspec Rails
- Ruby Gems
Version Control System
- Git
Authors
👤 Azaria SAIDI ALLY
👤 Henry Kc
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a ⭐️ if you like this project!
Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
📝 License
This project is MIT licensed.