mirror of
https://github.com/Floriansylvain/ParisMuseesQuizz.git
synced 2026-08-19 19:53:22 +02:00
23 lines
277 B
Markdown
23 lines
277 B
Markdown
# Paris Musées Quizz
|
|
|
|
## Environment variable
|
|
|
|
- API_PORT
|
|
- FRONT_ORIGIN
|
|
- JWT_SECRET
|
|
- MYSQL_ROOT_PASSWORD
|
|
- DATABASE_URL `not needed when docker`
|
|
- PARISMUSEES_SECRET
|
|
|
|
## Usage
|
|
|
|
### With Docker
|
|
|
|
```bash
|
|
docker-compose up --build -d
|
|
```
|
|
|
|
### Without Docker
|
|
|
|
TODO
|