It is bundled with frontend, if you start it will start the mocker too.
Mock API server is running on http://localhost:3001
In order to use API mocker, please run motivaa-backend, Swagger UI available at http://localhost:8093/v3/api-docs If you haven't installed it, please install 'make'
- To start with the dependencies, to run ElasticSearch and Keycloak, execute the following: (make sure Docker Compose is installed)
make docker-up-es-keycloak- To run motivaa-backend
make docker-up-backend- To run motivaa-frontend
make docker-up-frontend- To stop it
make docker-downDownload and install Docker-Desktop -> https://docs.docker.com/desktop/install/windows-install/
To start with the dependencies, to run ElasticSearch and Keycloak, execute the following: (make sure Docker Desktop & Compose is installed)
- Open powershell and execute the following.
powershell -ExecutionPolicy ByPass -File .\runDocker.ps1 -Action --docker-up-es-keycloak- To run motivaa-backend
powershell -ExecutionPolicy ByPass -File .\runDocker.ps1 -Action --docker-up-backend- To run motivaa-frontend
powershell -ExecutionPolicy ByPass -File .\runDocker.ps1 -Action --docker-up-frontend- To stop it
powershell -ExecutionPolicy ByPass -File .\runDocker.ps1 -Action --docker-downApplication prints the Swagger URI to the console. See example:
2024-07-13T23:59:32.891+02:00 INFO 73517 --- [ main] c.m.c.m.PrintSwaggerUriPostStartup : Swagger UI: http://localhost:8093/swagger-ui.html