Interface for people to manage their trips with friends or family.
After cloning or downloading the App follow these instructions to install for the backend:
- Create a new branch git checkout -b [name of new branch]
- cd into travel_app_backend and run bundle install
- copy the database.yml file and paste into the config folder
- run rake db:migrate to set up the database
For the Frontend:
- cd into travel_app_frontend
- run npm install in terminal
- run yarn start