This is a project developed with learning purposes for the Database course. For this reason, some technical details such as security were not handled.
The system was developed with Node.Js as backend and initially, Vanilla Javascript for the frontend that has been refactored to a React.js frontend client, together with a PostgreSQL database which was the main focus on this project.
-
Download the project repository, that can be done by running:
git clone https://github.com/FbFDestro/news-program-manager.git
-
Run the following Docker command
docker-compose up -d --build
To stop it from running use
docker-compose down