A full-stack web application to track and manage software bugs using React JS (Frontend) and Spring Boot (Backend).
- Add new bugs
- View bug list
- Update and delete bugs
- Connects React with Spring Boot using REST API
- Frontend: Axios, HTML, CSS
- Backend: Spring Boot, Java, Maven, REST API
- Database: H2 (or your choice)
- Version Control: Git & GitHub
cd backend
mvn spring-boot:run
### Frontend
cd frontend
npm install
npm start