Online pong game with integrated chat written in NestJS, Vue3 and Socket.io
- Clone repo
docker-compose up --build
, this step may take a while (make sure docker is running on the machine)- Access
localhost
to see the frontend (the backend is accessible throughlocalhost/api
)