Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 791 Bytes

File metadata and controls

29 lines (20 loc) · 791 Bytes

Employee Management CRUD Application with MongoDB and Mongock

This project demonstrates a simple CRUD (Create, Read, Update, Delete) application for managing employee data using MongoDB and Mongock for database migrations. The application is built with Spring Boot.

Features

  • Create, Read, Update, and Delete employee records
  • Database migrations with Mongock ( DDL, DML )
  • RESTful API endpoints

Technologies Used

  • Spring Boot
  • MongoDB
  • Mongock
  • Maven

Getting Started

Prerequisites

  • Java 17 or later
  • Spring boot 3.4.1
  • Mongo db community edition

References