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 up --build -d
Access the application at these URLs:
- UI: http://localhost:5173
- API: http://localhost:8080/v1/users
- API Docs: http://localhost:8080/swagger-ui/index.html
Note: Email functionalities (e.g., account confirmation, password reset) won’t work without configuring SMTP. Check the Environment Variables section for the setup.
Default Login Credentials
- Username: user/admin
- Password: qwerty123
Last updated on