Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 564 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 564 Bytes

WFOBooker

In order to run the maven backend locally, all you need is java development kit v1.8, maven and a mysql instance. Mysql can be either installed locally, or used in docker:

docker run --name wfob-mysql -e MYSQL_ROOT_PASSWORD=r00t -e MYSQL_DATABASE=wfob -e MYSQL_USER=username -e MYSQL_PASSWORD=password -p 3306:3306 -d mysql

To startup the backend, you need to run the command below in the root of the project:

mvn clean package azure-functions:run