Skip to content

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 th…

License

Notifications You must be signed in to change notification settings

DammyShittu/Recipe-App

Repository files navigation

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.

Live Demo

This app is currently being hosted on Heroku

Screenshot

Home Page

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/DammyShittu/Recipe-App.git in your command line.

  • Navigate to the repository by running cd Recipe-App.

  • Run yarn install to install all dependencies

  • Run rails db:create, and rails 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

👤 Adedamola Shittu

👤 Titus Muthomi

🤝 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!

License

This project is MIT licensed.

About

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 th…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published