Atrappos Server
Node server for the project Atrappos
In the project directory, you can run:
And then:
Runs the server in Development mode
Or if you want to run it along with one of the client apps (Atrappos Web/Mobile)
In this case, change the client
property at package.json (currently there is the desktop version)
- MONGODB_URI :
<YOUR MONGO DB URL>
- MAPBOX_ACCESS_TOKEN: A token acquired from Mapbox
- CLIENT_URL: localhost:3000
- MOB_CLIENT_URL: localhost:4000