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

https://github.com/helloakn/vehicletrackingsystem-fullstack

FullStack Vehicle Tracking System (Include API for Vehicle and API for Admin as well as Dashboard)
https://github.com/helloakn/vehicletrackingsystem-fullstack

api dashboard express iot jwt jwt-authentication mysql nextjs nodejs vehicle-tracking

Last synced: 27 days ago
JSON representation

FullStack Vehicle Tracking System (Include API for Vehicle and API for Admin as well as Dashboard)

Awesome Lists containing this project

README

        

# Vehicle Tracking System - FullStack
[![Star Count](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=Star&query=stargazers_count&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fhelloakn%2FVehicleTrackingSystem-FullStack)](https://github.com/helloakn/VehicleTrackingSystem-FullStack) [![Licence](https://img.shields.io/badge/dynamic/json?color=informational&label=LICENCE&query=license.name&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fhelloakn%2FVehicleTrackingSystem-FullStack)](https://github.com/helloakn/VehicleTrackingSystem-FullStack) [![Language](https://img.shields.io/badge/dynamic/json?color=blueviolet&label=Language&query=language&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fhelloakn%2FVehicleTrackingSystem-FullStack)](https://github.com/helloakn/VehicleTrackingSystem-FullStack)

**This is sample Project** so you can learn NextJs and NodeJs for api and api integration.
FullStack Vehicle Tracking System (Include API for Vehicle and API for Admin as well as Dashboard)

### Built With

as the main language, I use the following:

* [Next.js](https://nextjs.org/) For Admin Dashboard
* [NodeJs](https://nodejs.org/en/) For admin API and vehicle API

(back to top)

## File Structure

- [x] [database](https://github.com/helloakn/VehicleTrackingSystem-FullStack/tree/main/database)
- [x] [documentations](https://github.com/helloakn/VehicleTrackingSystem-FullStack/tree/main/documentations)
- [ ] [programs](https://github.com/helloakn/VehicleTrackingSystem-FullStack/tree/main/programs)
- [admin_dashboard](https://github.com/helloakn/VehicleTrackingSystem-FullStack/tree/main/programs/admin_dashboard)
- [api](https://github.com/helloakn/VehicleTrackingSystem-FullStack/tree/main/programs/api)

(back to top)

### Data Model
IOT device will send location to API
![alt text](resource/data-model.png)

(back to top)

### Data Flow in Sequence
![alt text](resource/data-flow-sequence.png)

(back to top)

### Symbol Description
![alt text](resource/symbol-description.png)

(back to top)

### ERD
![alt text](resource/erd.png)

(back to top)

### Colud Archiecture
It is just for sample.
![alt text](resource/cloud-archie.png)

(back to top)

## API Flow For ( Admin API and Vehicle API )
### Admin API Flow
![alt text](resource/dashboard-api-flow.png)

(back to top)

### Vehicle API Flow
![alt text](resource/vehicle-api-flow.png)

(back to top)

## Acknowledgments
Thanks for visiting to my github repo. :)

(back to top)