This repository contains the final project for the Web Programming course taught by Professor Andrea De Lorenzo at the University of Trieste. The project is a social network where users can post non-deletable messages.
In the main root directory, there is a .env file that allows you to enable or disable the use of a database containing sample data. Note: Autofill is enabled by default.
From the terminal, navigate to the main root directory. If it's the first time running the project, type in the following command:
docker-compose up --build
Otherwise, just type:
docker-compose up
Now you are ready to run the project.