Basic Spring boot for a inventory management system for E-commerce.
Step 1: Visit https://start.spring.io/ and download the dependencies for REST API, kafka, mongoDB repository, mysql driver, lambok. select maven and java(according to your JDK version).
Step 2: Start the mysql, mongoDB services in your own system.
Step 3: End point can be found in controller.
Step 4: Take note of the POJO's carefully and create a same Dto's according to the POJO's.
Step 5: Check and play with the backend by passing Dto's with requirement.