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.
- 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
- Node.js
- Express.js
- MySQL (phpMyAdmin)
- Nodemailer (Email Confirmation)
- JWT (Authentication)
- bcrypt (Password Hashing)
- Dotenv for Environment Variables