Skip to content

Learning project: a simple backend Notes API using Spring Boot, demonstrating REST endpoints, Java classes, and basic CRUD operations.

Notifications You must be signed in to change notification settings

RENCBERAKMAN/NotesAPI-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BACKEND

Coding Icon


NotesAPI

About the Project

This project aims to create a small Notes API using Spring Boot. The main goals of the project are:

Learn backend fundamentals

Understand HTTP GET and POST operations

Grasp Java class, list, and method structures

⚠️ This project is especially for learning purposes, and the code contains lots of comments. Every line is explained in detail to understand its purpose and logic.


Project Structure com.rencber.notesapi │ ├── model → Note.java (Data template for notes) ├── controller → NoteController.java (Class handling HTTP requests) ├── service → (Business logic will be added later) ├── repository → (Database connection will be added later)

Technologies Used

Java 17+

Spring Boot 3+

Maven

Postman (for API testing)


Notes

The project is entirely for learning purposes.

Every commit and file is filled with comments to document the learning process.

The goal is to understand backend fundamentals step by step through this project.

About

Learning project: a simple backend Notes API using Spring Boot, demonstrating REST endpoints, Java classes, and basic CRUD operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages