FoodStories recipe app is a Ruby on Rails application that uses OAuth and OmniAuth to login to providers such as Github, Facebook and Google. The app helps you keep track of all your recipes in a single location with features to sort by ingredients, users or recipe names.
To install , follow these steps:
Linux and macOS:
-download or clone this project
-cd into recipesapp directory
-run bundle install in your terminal
-run rails s
To contribute to , follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b <branch_name>
. - Make your changes and commit them:
git commit -m '<commit_message>'
- Push to the original branch:
git push origin <recipesapp>/<location>
- Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
This project is licensed under the MIT License - see the LICENSE file for details