Skip to content

RiddheshRajwadkar/Employee-Management-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management API

Welcome to the Employee Management API! this project is a simple Restful web application built with Spring Boot and Spring Data JPA. It allows you to manage employee information, including performing CRUD (Create, Read, Update, Delete)operations.

Table of Contents

  • Project Overview
  • Technologies used
  • Features
  • Demo

Project Overview

The Employee Management API provides a RESTful interface for managing employee data. With endpoints for adding, viewing, updating, and deleting employees, this project demonstrates how to build a simple, database-backed application using Spring Boot.

The application is designed with an in-memory H2 database, making it lightweight and easy to test. It's the perfect project for learning Spring Boot and building REST APIs.

Technologies Used

This project uses the following technologies:

  • Spring Boot (Version 3.4.0)
  • Spring Data JPA
  • H2 Database (In-memory database for easy testing)
  • Postman (for API testing)
  • Hibernate ORM (for database interaction)
  • Maven (as the build tool)

Features

  • CRUD Operations: Create, read, update, and delete employee records.
  • RESTful API: All interactions are done through REST API endpoints.
  • In-memory H2 Database: Data is stored in-memory, allowing for quick testing and iteration.
  • Spring Boot: Fully configured to run with minimal setup.

Demo

Watch the application in action below:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages