Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 980 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 980 Bytes

Parking Oriented Travel Planner

Los Angeles

Documents

There are two folders:

  • /frontend: Front-end repository
  • /backend: Back-end repository

Available on the Clould Server

  • Our web application has deployed to the Heroku Web Server.
  • Url: https://cse6242-frontend.herokuapp.com/
  • Note: This web container is free, so it will be shut down after long idle. Please expect about 30 seconds for the server to reup.

Environment

  • Please install npm before building the project.

Front-End

  • Build: $npm install
  • Execute: $npm run start
  • Front-End port: http://localhost:3000
  • Note: Front-End will send query to the cloud server, not the local backend.

Back-End