Improvise. Adapt. Overcome.
- Clone this repository
- Create your own
.env
files. You have to create.env
files indatabase/
,apps/front/
andapps/back/
folders. You can use the.env.example
files on each folder as a template.
If it's the first time you use this project, run npm run build
to install all the dependencies and then run npm run start
to start the project.
Once you've done that, you can access the project at http://localhost:3000
.
When you're done, you can clean containers with npm run clean
.
If you want to, you can fill database with random data by running the command npm run seed
in the folder ./apps/back
Made by Flavien Chenu, Renard Fute, TekMath & Yann Masson