- Install Docker Desktop
- appconfig: you'll have to clone appconfig in the same folder as where you will clone udb3-backend
$ make config
Start the docker containers with the following command. Make sure to execute this inside the root of the project.
$ make up
To install all composer packages & migrate the database, run the following command:
$ make init
To execute all CI tasks, run the following command:
$ make ci
For local debugging purposes, a sample jwt-example.php
is included in the web
-folder.
To test it go to http://localhost:9999/jwt-example.php