Go to file
Aymeric SERRA 8351b36781 Merge branch '6-creer-une-entite-produit-et-son-controlleur' into 'main'
Resolve "Créer une entité produit et son controlleur"

Closes #6

See merge request projet-sondage-l3-miage/creacosm!2
2023-02-28 09:46:44 +00:00
app Initial Commit 2023-02-17 13:00:17 +01:00
back Ajout du support des images (controlleur et fixtures) 2023-02-22 11:25:05 +01:00
nginx Initial Commit 2023-02-17 13:00:17 +01:00
.gitignore Initial Commit 2023-02-17 13:00:17 +01:00
README.md Initial Commit 2023-02-17 13:00:17 +01:00
docker-compose.yml Initial Commit 2023-02-17 13:00:17 +01:00

README.md

créacosm

Lancer :

# Remplacez <mon nom> et <mon user id>
printf "USER_NAME=<mon nom>\nUSER_ID=<mon user id>\n" > .env
docker-compose build
docker-compose up

Le serveur écoute sur localhost:8080.