This is a Java back-end project created using Spring Boot Initializer. However, the goal of the project is to demonstrate how a back-end system can be built with minimal reliance on Spring Boot features. The project mainly focuses on using standard Java development principles, with Spring Boot serving primarily for dependency management and project setup.
The project includes basic functionality for handling HTTP requests, and it communicates with the Postman app to test API endpoints.
- Developed with minimal usage of Spring Boot.
- Controllers are used for handling HTTP requests.
- API endpoints tested with Postman.
- Focus on core Java for back-end logic.
- Java
- Spring Boot (Minimal)
- Postman (for API testing)