Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 773 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 773 Bytes

Social network project

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.

Project setup

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.