This REST API based project is responsible for employee management at an Apparel Industrial Firm located in Kurunegala, Sri Lanka. The project is generated with Spring Boot Framework 2.3.5 and Java 1.8 with JPA support. The database was implemented with MySQL.
The Project follows SOLID Design Principles, Design Patterns, and Exception Handling with Unit Testing.
Java - 1.8.x
Maven - 3.x.x
SpringBoot - 2.3.5.x
cd spring-boot-backend
mvn package
java -jar target/studentapp-1.0.0.jar
Alternatively, you can run the app without packaging it using -
mvn spring-boot:run
The backend server will start at http://localhost:8080.