Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

49 lines (28 loc) · 1.28 KB

AudreyII - API

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

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

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

Built With

Versioning

We use SemVer for versioning.

Authors

  • Alice Balbuena - Initial work

License

This project is licensed under the MIT License - see the LICENSE.md file for details