项目作者: Dhee26

项目描述 :
Vehicle Tracking System Web API 2 using EF Code-First Approach
高级语言: JavaScript
项目地址: git://github.com/Dhee26/Vehicle-Tracking-System-API.git
创建时间: 2020-04-24T04:10:27Z
项目社区:https://github.com/Dhee26/Vehicle-Tracking-System-API

开源协议:

下载


Vehicle Tracking System

Track vehicles position using GPS navigation. A device em boarded in a vehicle, will communicate with your API to register the vehicle and update its position.

Implement a RESTful API to track vehicles location. The device will update the API every 30 seconds with the new location.

Register a vehicle
Record its position
When the frontend team will implement the backoffice for the vehicle tracking, any authenticated administrator should be able to :

Retrieve the current position of a vehicle
Retrieve the positions of a vehicle during a certain time, in order to display their journey on a map (maps drawing is out of scope)