Skip to content
Nelson Zeng edited this page Nov 17, 2019 · 5 revisions

Welcome to the ECSE 321 Project Group 14 wiki!

Heroku-Backend App is deployed to: https://tutoringsystem-backend-14.herokuapp.com/

To run the backend locally, you run gradle bootRun
Note: It probably won't run because we're using the hobby-dev tier of the Heroku Postgres which only allows a maximum of 30 concurrent connections which are all in use

Heroku-Frontend App is deployed to: https://tutoringsystem-frontend-14.herokuapp.com/
To run the frontend locally, cd Frontend && npm install && npm run dev
If you need sample data, you can run python createSampleData.py in root

Please use the sidebar to navigate through the sections.