Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ramkishore417/employee-manager-backend
- Owner: ramkishore417
- Created: 2022-05-04T18:17:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-17T07:00:26.000Z (about 2 years ago)
- Last Synced: 2023-03-07T15:38:25.051Z (almost 2 years ago)
- Topics: java, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")