Skip to content

marcelofrau/mobility-platform-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mobility-platform-simulation

How to run frontend (based on react)

cd mps-frontend
npm install
npm start

You can access the frontend on the url: http://localhost:3000/

How to run backend

Note: If you have any kind of persitence, you must have a mongodb initialized on localhost, otherwise it will start the backend with only the simulation and not storing the options on a database.

cd mps-backend
npm install
npm start

Alternative implementations

How to run frontend (based on vuejs)

cd mps-frontend-vue
npm install
npm start

You can access the frontend on the url: http://localhost:8081/

References used