This project is a full-stack application built with Laravel 11 for the backend and Angular 17 for the frontend. It utilizes Docker and Laravel Sail for a seamless development experience.
The project is organized into two main directories: backend and frontend.
The compose.yml file defines the services and configurations for Docker Compose, orchestrating the database, backend, and frontend services.
- Clone the repository.
- Navigate to the project directory.
- Run
docker compose upto start the application. - Access the application at
http://localhost:4200.
This project includes working authentication using Laravel's built-in features and Angular's routing capabilities. Ensure to configure the necessary environment variables in the .env file for the backend.
This project is licensed under the MIT License. See the LICENSE file for more details.