Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/clementvtrd/symfony-monolith

This project is a monolithic Symfony application that can be easily bootstrapped using Docker Compose.
https://github.com/clementvtrd/symfony-monolith

boilerplate frankenphp php8 symfony template

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```bash
git clone https://github.com/clementvtrd/symfony-monolith.git
```

2. Navigate to the project directory:

```bash
cd symfony-monolith
```

3. Build and start the Docker containers:

```bash
docker-compose up -d
```

4. Install project dependencies:

```bash
docker-compose exec php composer install
```

5. 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.