frdescam / transcendence

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TRANSCENDENCE


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

todo

architecture

database

frontend

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

About


Languages

Language:TypeScript 52.5%Language:Vue 45.1%Language:JavaScript 1.6%Language:SCSS 0.2%Language:HTML 0.2%Language:Shell 0.2%Language:Dockerfile 0.2%