https://github.com/notkisk/policeplus_api
🚓 Police API - Car Status Tracker
https://github.com/notkisk/policeplus_api
express node-js
Last synced: 3 months ago
JSON representation
🚓 Police API - Car Status Tracker
- Host: GitHub
- URL: https://github.com/notkisk/policeplus_api
- Owner: notkisk
- License: mit
- Created: 2025-03-04T14:18:41.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-03-09T23:05:54.000Z (3 months ago)
- Last Synced: 2025-03-09T23:26:50.763Z (3 months ago)
- Topics: express, node-js
- Language: JavaScript
- Homepage:
- Size: 2.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🚓 Police API - Car Status Tracker
This is the Police API backend for a license plate tracking app used by police officers to check car status, insurance validity, and other details. It provides authentication, registration with email confirmation, and integrates with external services such as the Insurance API.
---
## 📦 Features
- User Registration with Email Confirmation
- JWT Authentication (Login & Token Validation)
- Car Data Lookup by License Plate
- Integration with Insurance API
- Local Database (MySQL) for Police Car Records and Officers
- CORS Support for frontend integration---
## 🛠Tech Stack
- Node.js
- Express.js
- MySQL (phpMyAdmin)
- Nodemailer (Email Confirmation)
- JWT (Authentication)
- bcrypt (Password Hashing)
- Dotenv for Environment Variables