Server for https://github.com/pj-aias/matching-app .
- Before run, generate a password for MySQL database in any way you like (e.g.
pwgen
command, or password manager software). And write it to/secrets/mysql_password.txt
. - Run
docker-compose up --build
. - In development environment, port
:8080
will be used for the default. Now you can access the server onlocalhost:8080
.