This repository contains the backend service for the JobPost application.
It is built using Spring Boot, JPA (Hibernate), and PostgreSQL, and provides REST APIs to manage job postings.
- Java
- Spring Boot
- Spring Data JPA (Hibernate)
- PostgreSQL
- Maven
- REST APIs
- Create, update, delete job posts
- Fetch all job posts
- PostgreSQL database integration
- JPA-based ORM mapping
- Clean layered architecture (Controller, Service, Repository)
- Exception handling