Overview
Traceboard is a backend-focused issue and project management system inspired by Jira. Built with Java and Spring Boot, it features JWT authentication, a carefully designed relational database schema, and RESTful APIs for complete issue tracking and project workflow management.
The system uses Hibernate/JPA for ORM, MySQL as the database, and follows clean architectural patterns for scalability. It demonstrates strong backend fundamentals including authentication flows, relational data modeling, and RESTful API design.
Tech Stack
JavaSpring BootHibernateMySQLJWT