Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubham-sakunde/staff-management-system
This project aims to develop a Staff Management System using Spring Boot and Hibernate, with MySQL as the database backend. The system provides various REST APIs to perform CRUD operations on staff records, including filtering based on specific criteria such as salary, experience, and profile.
https://github.com/shubham-sakunde/staff-management-system
hibernate java mysql postman rest-api spring-boot
Last synced: about 2 months ago
JSON representation
This project aims to develop a Staff Management System using Spring Boot and Hibernate, with MySQL as the database backend. The system provides various REST APIs to perform CRUD operations on staff records, including filtering based on specific criteria such as salary, experience, and profile.
- Host: GitHub
- URL: https://github.com/shubham-sakunde/staff-management-system
- Owner: Shubham-sakunde
- Created: 2024-02-10T03:11:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T13:21:27.000Z (11 months ago)
- Last Synced: 2024-02-29T14:36:21.254Z (11 months ago)
- Topics: hibernate, java, mysql, postman, rest-api, spring-boot
- Language: Java
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Staff-Management-System
This project aims to develop a Staff Management System using Spring Boot and Hibernate, with MySQL as the database backend. The system provides various REST APIs to perform CRUD operations on staff records,
including filtering based on specific criteria such as salary, experience, and profile.# Overview:
This project aims to develop a Staff Management System using Spring Boot and Hibernate, with MySQL as the database backend. The system provides various REST APIs to perform CRUD operations on staff records, including filtering based on specific criteria such as salary, experience, and profile.# Technologies Used:
- Spring Boot
- REST APIs
- Postman
- Hibernate
- MySQL
- Java