A website where you can play pong online. King Pong also features a user interface, 2 factor authentication, chatrooms with moderators and private messages. You can also spectate a game between two players. There is also a ranking system based on games a player has won.
- The backend is built with the NestJS framework.
- The frontend is built with the NextJS framework.
- The website uses a postgres database.
- The frontend, backend and database are run on separate docker containers, and docker-compose is used to make sure all containers work seamlessly together.
Everything is started through a single make
command.