University project for the web programming exam at the University of Trieste. This repository contains both the server and the client-side part of the webapp. The client-side part was built using VueJS with Vite and Bootstrap, while the server-side part was built using NodeJS ,using the Express web framework, and Mongo.
The webapp can be started simply by running the Docker Compose command:
docker compose -f /path/to/docker-compose.yml up
By default, the server is listening on the local port 8080
.