To run the application via docker, you'll need to create .env
file in frontend/svelte-kit
with
the following data:
JWT_SECRET=secret
API_URL=http://bootstrapbugz-api:8080/v1
Then run docker-compose from the root directory:
docker-compose up --build -d
You can find the application on the following urls:
- ui: http://localhost:5174
- api: http://localhost:8081/v1/users
- swagger-ui: http://localhost:8081/swagger-ui/index.html
Login credentials:
- username: user/admin
- password: qwerty123