Skip to content

pj-aias/matching-app-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.