# {{ projectName }}

## 📜 About

{{ projectDescription }}

This project was bootstrapped with [create-fullstack-app](https://github.com/Divlo/create-fullstack-app).

## ⚙️ Getting Started

### Installation

```sh
# Clone the repository
git clone <repo-url>

# Go to the project root
cd <project-name>

# Configure environment variables
cp .env.example .env
```

### Development environment with [Docker](https://www.docker.com/)

```sh
# Setup and run all the services for you
docker-compose up --build
```

## 💡 Contributing

Anyone can help to improve the project, submit a Feature Request, a bug report or even correct a simple spelling mistake.

The steps to contribute can be found in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.

## 📄 License

[MIT](./LICENSE)
