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