Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 420 Bytes

matching-app-server

Server for https://github.com/pj-aias/matching-app .

Usage

  1. 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.
  2. Run docker-compose up --build.
  3. In development environment, port :8080 will be used for the default. Now you can access the server on localhost:8080.