- Docker >= 20.10
- Docker compose plugin
- Node >= 18.0
- Start docker container:
make devupThis will create a .env file in the root directory. You can configure environment variables in this file according to your needs.
- Install dependencies:
make devinstall- Migrate and seed dummy data
make prisma-generate
make prisma-migrate
make prisma-seedTo start the application locally, use the following command:
make devrunThe application will be accessible at:
- Web: http://localhost:3000
- Api: http://api.localhost:3000/
- Traefik: http://traefik.localhost:3000
Stop application:
make devdownProduction mode:
make build
make prod-upThis project is licensed under the MIT License.