Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 788 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 788 Bytes

🐛 Bugzilla Live

An application to show bugs from Bugzilla using the provided API. Originally as a desktop tool to help avoid spreadsheets to manage bugs at work, it has now become a hobby project to try out new languages or programming techniques.

🐳 Docker

> docker-compose up

🎨 Frontend

> npm install
> npm start

🖥 Backend

> mvn clean install

Documentation

API documentation can be found at localhost:8080/swagger-ui.html when the service is running.