Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.29 KB

Readme.md

File metadata and controls

33 lines (22 loc) · 1.29 KB

Ft_transcendence

Subject

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.

Technical details

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.

Usage

To start this project, you have to use the command docker-compose up --build.