This is the backend microservice for the Job Listing Management System. It is built using Spring Boot and MongoDB following microservices architecture. The backend exposes RESTful APIs that allow creation, retrieval, updating, deletion, and searching of job listings.
-
Java 17+
-
Spring Boot
-
Spring Data MongoDB
-
MongoDB (NoSQL database)
-
Maven (build tool)
-
Lombok (for boilerplate code reduction)
-
Create new job listings
-
Retrieve all job listings
-
Update existing job listings
-
Delete job listings
-
Search functionality to find job listings based on keywords
-
Modular microservice architecture
-
Easy integration with frontend UI (ReactJS)

