Step 1: Download JDK version 8 from here
Step 2: Download Spring Tools 4 for Eclipse from here
Step 3: MongoDB can be downloaded from here
Step 4: Postman can be downloaded from here
Step 5: Git can be downloaded from here
- To build End-to-End Production Ready REST API.
- To create REST API with Spring Boot and MongoDB database.
- To handle exceptions and create Custom Exceptions.
- To add Swagger for API Documentation.
- To connect Spring Boot Application with MongoDB database.
- To create finder methods using MongoDB database.
- To perform the database (CRUD) operations with MongoRepository.
- To add JWT token based Authentication to Spring Boot application.
- To push code to Git repository by using basic git commands.
- To connect Spring Boot application with MongoDB Atlas.