Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lbrulet/driverapp
- Owner: lbrulet
- License: mit
- Created: 2019-11-11T03:54:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:45:18.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T17:23:57.739Z (over 1 year ago)
- Language: JavaScript
- Size: 1.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.