Inital commit

This commit is contained in:
Florian Sylvain
2023-03-06 10:31:22 +01:00
commit 04a2ec68ac
17 changed files with 10541 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# 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