Running
To run bugzkit locally, all you need is Docker. Follow these steps:
git clone https://github.com/while1618/bugzkit.git
cd bugzkit
docker-compose -f docker-compose.dev.yml up --build -dAccess the application at these URLs:
- UI: http://localhost:5173
- API: http://localhost:8080/users
- API Docs: http://localhost:8080/swagger-ui/index.html
Note: SMTP and Google OAuth require configuration. Refer to the Environment Variables section for setup.
Default Login Credentials
- Username: user/admin
- Password: qwerty123
Last updated on