Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Notes Application

A simple notes application built with Spring Boot (backend) and Angular (frontend). Users can create, view, and delete notes. Notes are stored temporarily in memory without using a database.


Tech Stack

Backend

  • Java
  • Spring Boot

Frontend

  • Angular
  • Bootstrap

API Endpoints

Method Endpoint Description
GET /api/notes Retrieve all notes
POST /api/notes Create a new note
DELETE /api/notes/{id} Delete a note

How to Run

Backend

mvn spring-boot:run

Server will run at:

http://localhost:8000

Frontend

npm install
ng serve

Open the application at:

http://localhost:4200

Screenshots

Validation Error

Validation Error

Get Notes

Get Notes

Create Note

Create Note

Delete Note

Delete Note

Empty Notes Page

Empty Notes

Notes List

Notes List

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages