⚠ Note: This repository has been archived and is no longer maintained.
This project was implemented in preparation for my internship as a Software Engineering Intern (Java) at Novia East Africa Ltd. back in 2022.
It is no longer in active use, and there are no current or future plans to contribute to or develop this repository further.
The code and history remain available for reference. Feel free to browse or fork, but please be aware that:
- Issues and pull requests are disabled
- No support or updates will be provided
Thanks for your interest!
This is a simple implementation of a Spring Boot REST API.
Associated and leveraged in the Project development:
- Java 11
- Spring Boot
- Maven
- PostgreSQL
- IntelliJ IDEA (Ultimate)
- Postman
After cloning the project, generate sources and update folders with Maven in your preferred IDE.
This project contains 4 packages in the project base package: com.freecodecamp.demo
- api
- dao
- model
- service
To start running the application, run the DemoApplication class in the project base package.
Note: Follow FreeCodeCamp on YouTube and this particular Spring Boot tutorial.