Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ramkishore417/employee-manager-backend

Backend for Employee Manager app using Spring Boot, Java, JPA, and REST. Secure and scalable platform for employee data management with JPA and REST API. Built with Spring for comprehensive and flexible Java app development. Essential component for efficient and secure employee data management.
https://github.com/ramkishore417/employee-manager-backend

java spring-boot spring-mvc

Last synced: about 2 months ago
JSON representation

Backend for Employee Manager app using Spring Boot, Java, JPA, and REST. Secure and scalable platform for employee data management with JPA and REST API. Built with Spring for comprehensive and flexible Java app development. Essential component for efficient and secure employee data management.

Awesome Lists containing this project

README

        

# Employee Manager Application

App to manage employees using CRUD(Create, Read, Update, and Delete) Operations.

A Spring Boot web application for managing employee information.
This application covers Spring Boot and MySQL using Spring Data JPA. And also dives into defining and creating a spring boot API, exposing API Endpoints Over HTTP, and handling HTTP Requests through API Endpoints.

------------

### Features
- View and edit employee information
- Add and delete employees
- Search for employees by name or department

------------

### Getting Started
1. Clone the repository: git clone https://github.com/ramkishore417/EmployeeManager.git
2. Build the project: mvn clean install
3. Run the application: mvn spring-boot:run
4. Access the application at http://localhost:8080
------------
### Prerequisites
- Java 8 or later
- Maven
- MySQL
------------
### Configuration
The application uses MySQL as the database. You will need to configure the database connection in the **application.properties** file located in **src/main/resources**.

------------

### Built With
Java
Spring Boot,
Spring REST,
Spring Data JPA,
MySQL

------------

### Authors
[Ramkishore](https://github.com/ramkishore417 "Ramkishore")