Overview
MuSeek API is a Laravel REST API service that provides the backend for the MuSeek Android instrument rental application. It handles authentication, instrument data management, and rental transactions.
Approach
Built with Laravel 8 and MySQL, the API uses JWT Authentication (tymon/jwt-auth) for token-based authentication. The API exposes endpoints for instrument catalog management, rental availability, and reservation processing.
Tech Stack
| Layer | Technology |
|---|---|
| Backend | Laravel 8 |
| Auth | JWT Authentication |
| Database | MySQL |
Key Implementation Details
- REST API with JWT token-based authentication
- Instrument catalog and rental data management
- Serves as the backend for the MuSeek Android client
Outcome
Completed as a university project alongside the companion MuSeek Android app.