Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 894 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 894 Bytes

This is a realtime multiplayer pong game created using the following technologies:

  • backend:
    • NestJS
    • PrismaORM
    • Socket.io
    • Postgres
  • frontend:
    • ReactJs
    • Tailwind css

setup

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

Live Demo

143.198.2.149:8080

Database Schema

image

Screenshots

main