Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 349 Bytes

spring-boot-todo

A basic TODO List API with Java and Spring Boot

Purpose

This is a sandbox project for testing spring boot features

Setup

To run the project you need mongodb to be running on 27017 default port

Dependencies usage

  • Spring boot
  • Spring hateoas
  • Spring data mongodb
  • Spring actuator
  • Spring web
  • Lombok
  • Java 1.8