This is the last mandatory project of the 42 school. The goal is to create a complete, full featured website to organize a Pong competition. We have to use the NestJS backend framework. We were free to choose any typescript frontend framework, we choose Vue.js with Quasar
Feel free to read the subject for more information
This script allows you to fully clean docker (volume, data, etc...), but also the node_modules and yarn cache
chmod +x dockerPrune.sh
./dockerPrune.sh
This mode allows that all the modifications either front or back side are taken into account without reloading docker-compose
chmod +x dev.sh
./dev.sh
This mode allows you to create a fully functional website
docker-compose up --build