This is a project for Application and Web Services course
create an image of client:
cd client
docker build -t recycle .
create an image of server:
cd server
docker build -t recycle-server .
Start composer:
docker-compose up
You can access to Recycle web and create an account. Unfortunatly the WebSocket doesn't work on Vercel deployment. I advice to use Docker deployment.