This is a realtime multiplayer pong game created using the following technologies:
- backend:
- NestJS
- PrismaORM
- Socket.io
- Postgres
- frontend:
- ReactJs
- Tailwind css
start
docker compose up
shutdown and preserving the user data
docker compose down --rmi local
shutdown and deleting all the data
docker compose down --volumes --rmi local
- Client URL : localhost:8080
- Api URL : localhost:3000
!!! check the env_example to create your own .env file otherwise the project wont be builth
143.198.2.149:8080