Demo Video Link: https://youtu.be/MtqDmYlPbaM
Visit our site at: https://furry-fantasy.herokuapp.com/ (It will take awhile to load because of the cold start for the heroku workers)
Furry Fantasy is a pet caring service (PCS) which allows pet owners to search for care takers for their pets for certain periods of time.
- Clone this project and cd into project root
docker-compose up dbto start the postgres containerdocker-compose up webto start the web containerdocker-compose up appto start the api server container- Alternatively, if new json packages are added, run
docker-compose up --buildto rebuild your containers to prevent errors
docker psand identify container name (should befurry_fantasy_db_1)- Run
docker exec -it cs2102_2021_s1_team13_db_1 psql -U root -d furryfantasy
- In
/web, runnpm install && npm start - In
/server, runnpm install && npm start