/Recycle-Project-asw-21-22

This is a web platform to manage your home recycling

Primary LanguageTypeScript

Recycle-Project-asw-21-22

This is a project for Application and Web Services course

Duplicated Lines (%) Bugs Maintainability Rating

Docker instructions

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

Web site

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.