/l-todo-api

A 'l'earning repository around springboot for TODO rest API.

Primary LanguageJava

TODO Rest API

This is a simple TODO Rest API built using Java Spring Boot. This will handle CRUD operations for a TODO list. Uses SQL database to store the data.

Dependencies

  • Spring Web
  • Spring Data JPA
  • H2 Database
  • Lombok

Server Port

Runs on http://localhost:4100