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
IDE used for development – IntelliJ IDEA 2021.3.1 (Community Edition)