Spring-Boot-Exercises

Objectives

  • Learn how to create new Spring Boot Project
  • Learn how to create simple CRU(D) for Todo with MongoDB

Acceptance Criteria:

  • Have a swagger-ui that the users can use
  • Data is saved to collection /[your username here]-todo

Dev Notes:

  • Delete the collection after accepted