=======
Transcendence is the final project of the core curriculum at 42 School. After projects including developing a shell in C and a web server in C++, we are now expected to "transcend" with a full-stack, online multiplayer Pong game, which is on par with final projects of web-dev specific bootcamps. Since it's 42, we're required to build the frontend in Vanilla JS, with the option of enhancing it with Bootstrap.
For this project, students complete a mandatory part and select additional modules to enhance functionality. Here’s the stack we chose:
- Backend: Django, PostgreSQL
- Frontend: Vanilla JS, Three.js
- DevOps: Docker, Nginx, Redis
- @42fh – @42fh
- Daniil – @dantol29
- Leonard – @lmangall
- Stefano – @552020
- @TORSTENKONNOPKE – @TORSTENKONNOPKE
git clone https://github.com/42fh/transcendence.git
cd transcendence
make up-dev
Then go to http://localhost:8443