This repo is the backend for Street Fleet vehicle tracking app.
- Clone and run
npm install
. - Duplicate
.env.default
into an.env
file and configure it with the correct database access data and queue name. - Start MongoDB processes in your machine.
- Run the server with
nodemon app.js
. - Refer to StreetFleet.postman02_04_18.json for the expected request formats.
- Feel free to use apiary documentation
- Follow the instruction for the webclient and mobile
Pull requests are welcome. By participating in this project, you agree to abide by the thoughtbot code of conduct
Fork, then clone the repository. Push to your fork and submit a pull request.
This project is licensed under the MIT License