Save-the-Food is a place where you can store your favorite recipes and also view recipes that other users have added in. Although a lot of the recipes are geared toward meals that can be saved to take to work the next day, feel free to add in any kind of recipe you wish. You also have the option of rating and reviewing any of the recipes you see. Hope you enjoy, bon appétit!
Visit the live site -> https://save-the-food.herokuapp.com
- Clone the this([email protected]:rcho100/Save-the-Food.git) repo onto your computer.
- In your terminal, cd to the save-the-food folder. Run
bundle install
to load the Ruby gems and dependencies. - This web application has seed data added, be sure to run
rails db:migrate
andrails db:seed
if you would like to test with the provided seed data.
Run Save the Food on your local machine by navigating to localhost:3000. The web application will load, and you can start from there. To exit, type 'CTRL + C' to stop the Rails session.
- Ruby
- Ruby on Rails
- Omniauth-Google
- Bcrypt
- Bootstrap
Issues and pull requests are welcome at https://github.com/rcho100/Save-the-Food.
The is available as open source under the terms of the MIT License.