This is a group project which is about creating a website for the mighty Pong contest! where things like:
• Security concerns
• User Account
• Chat
• Game
are the main things in the project.
This project is fully coded in Typescript and could be deployed simply with docker-compose.
• For the front framework, we choose NextJS. There are many different frameworks but in this project it's looked good to us.
• For the back framework, NestJS was imposed.
• Finally, Postgres was imposed too.
To start this project, you have to use the command docker-compose up --build
.