This project is a monolithic Symfony application that can be easily bootstrapped using Docker Compose.
Before getting started, make sure you have the following installed on your machine:
- Docker
- Docker Compose
To bootstrap the project, follow these steps:
- Clone the repository:
git clone https://github.com/clementvtrd/symfony-monolith.git
- Navigate to the project directory:
cd symfony-monolith
- Build and start the Docker containers:
docker-compose up -d
- Install project dependencies:
docker-compose exec php composer install
- Access the application in your browser:
Open your browser and visit https://localhost
.
If you need to customize any configuration settings, you can modify the .env
file located in the project root directory.