grocery

A simple CRUD Project using Spring Boot, Kotlin and MongoDB.
This project consists of APIs to perform CRUD operations for two entity(grocery and organization).

List Of APIs

Create – POST
Read – GET
Update – PUT
Delete – DELETE

This project was created using https://start.spring.io/ as a start with following option

  • Project – Gradle Project
  • Language – Kotlin
  • Spring Boot – 2.6.3
  • Packaging – jar
  • Java – 17
  • Dependencies

  • Spring Web
  • Spring data Mongodb
  • IDE used for development – IntelliJ IDEA 2021.3.1 (Community Edition)

    GitHub

    View Github