https://github.com/soorajnraju/vehicle-dashboard
for manage vehicles
https://github.com/soorajnraju/vehicle-dashboard
Last synced: 2 months ago
JSON representation
for manage vehicles
- Host: GitHub
- URL: https://github.com/soorajnraju/vehicle-dashboard
- Owner: soorajnraju
- Created: 2020-06-05T02:53:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T09:50:02.000Z (over 5 years ago)
- Last Synced: 2025-06-19T00:04:14.458Z (6 months ago)
- Language: TypeScript
- Size: 169 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VehicleDashboard
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.2.
## Development server
```cd vehicle-dashboard```
```npm install```
```ng serve```
Open http://localhost:4200/ on your browser
## Docker
```cd vehicle-dashboard```
```docker build -t vehicle-dashboard:dev .```
```docker run -d -p 4200:4200 vehicle-dashboard:dev```
Open http://localhost:4200/ on your browser
## User guide
1. Add new vehicle by inputting uid, name, latitude and longitude (You can pick a location from google map).
2. Edit the newly created vehicle with an updated latitude and longitude (You can pick a nearby point to the current one from google map).
3. Once the latitude and longitude updated the dashboard will show the current speed and last covered distance.