Welcome to the backend repository of our project! This repository serves as the API resource, providing crucial functionality to support the frontend interface.
- Frontend repository setup is required. Please refer to this link for detailed instructions.
- Laravel (v11)
- Laravel Sanctum for authentication
- PHP (v8.3)
- MySQL (v8.1)
- Nginx server
To get started, ensure you have the following installed:
- Docker
- Git
- Clone this backend repository.
- Run
docker-compose up -dto initialize the project.