Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.
/ hello-spring-boot Public archive

Demo web app implementing a simple RESTful API built with Spring Boot.

License

Notifications You must be signed in to change notification settings

eugengi/hello-spring-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring REST API

status: archived

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!

Introduction

This is a simple implementation of a Spring Boot REST API.

Technologies

Associated and leveraged in the Project development:

  • Java 11
  • Spring Boot
  • Maven
  • PostgreSQL
  • IntelliJ IDEA (Ultimate)
  • Postman

Installing/Getting Started

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

Setup

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.

About

Demo web app implementing a simple RESTful API built with Spring Boot.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages