Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lbrulet/driverapp

Application that track driver locations as they deliver parcels.
https://github.com/lbrulet/driverapp

Last synced: about 6 hours ago
JSON representation

Application that track driver locations as they deliver parcels.

Awesome Lists containing this project

README

        

# Driver app

Application that track driver locations as they deliver parcels.

## Usage

To start the app
```bash
./start.sh
```
To stop the app
```bash
./stop.sh
```

If you want to test the application
```bash
npm install && npm test
```
* The application does not use mocked data at the moment, it use your current local database.

## Why
I used mongoDB cause of the simple implementation. You don't have to take care about migration.