Skip to content

This project is a monolithic Symfony application that can be easily bootstrapped using Docker Compose.

Notifications You must be signed in to change notification settings

clementvtrd/symfony-monolith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Monolith Project

This project is a monolithic Symfony application that can be easily bootstrapped using Docker Compose.

Prerequisites

Before getting started, make sure you have the following installed on your machine:

  • Docker
  • Docker Compose

Getting Started

To bootstrap the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/clementvtrd/symfony-monolith.git
  1. Navigate to the project directory:
cd symfony-monolith
  1. Build and start the Docker containers:
docker-compose up -d
  1. Install project dependencies:
docker-compose exec php composer install
  1. Access the application in your browser:

Open your browser and visit https://localhost.

Additional Configuration

If you need to customize any configuration settings, you can modify the .env file located in the project root directory.

About

This project is a monolithic Symfony application that can be easily bootstrapped using Docker Compose.

Topics

Resources

Stars

Watchers

Forks