School project for the CAU Database course.
The project runs in nodejs with a mysql 5.7 database.
The project must be runed with docker-compose to work properly (don't need to install nodejs).
Docker Compose: https://docs.docker.com/compose/install/
Docker: https://docs.docker.com/v17.09/engine/installation/
For the first time you should use:
sudo docker-compose build
For run the project:
sudo docker-compose up
To access the application, you must go to the following url: localhost:49160
To access the database: 127.0.0.1:3307
User for database: user
Password for database: password