AudreyII is a yearly meal planning application. Once signed up a user can create weekly meal plans by searching the millions of recipes on the Edamun API. The user also has the option to print out a grocery list of ingredients out of those week's meals. This is the github repo for the API backend of AudreyII.
For frontend side of AudreyII, visit: AudreyII-Frontend
To see a live verison of the complete AudreyII project, visit: AudreyII
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Step 1: First fork and Clone the this Repo.
Step 2: In the root directory, first bundle install
.
bundle install
Step 3: On the top level of the repo, migrate the rails database.
rails db:migrate
step 4: Run the rails app by running
rails s
- Ruby on Rails - The framework used for the API.
We use SemVer for versioning.
- Alice Balbuena - Initial work
This project is licensed under the MIT License - see the LICENSE.md file for details