https://github.com/melitus/fleet-tracker-api
:rocket: This API will be used to keep track of Fleet of a transport company
https://github.com/melitus/fleet-tracker-api
Last synced: 2 months ago
JSON representation
:rocket: This API will be used to keep track of Fleet of a transport company
- Host: GitHub
- URL: https://github.com/melitus/fleet-tracker-api
- Owner: melitus
- Created: 2019-02-25T20:14:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T16:48:25.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:27:15.166Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fleet-tracker-api
This API will be used to keep track of Fleet of a transport company## NodeJs Backend Fleet Tracker Api
A simple REST server for fleet tracking company### How to run
* Clone repo
`git clone https://github.com/melitus/fleet-tracker-api.git`Then
`$ yarn install``$ yarn run dev ` to start the server
`$ yarn run test` to run tests
## Check the Postman document to see the endpoints description