Skip to content

Build Restful CRUD API for Salary Maker-Frontend application using Spring Boot, Mysql, JPA and Hibernate

Notifications You must be signed in to change notification settings

moniruzzamanrony/Salary-Maker-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Salary Maker-Backend

Build Restful CRUD API for Salary Maker-Frontend application using Spring Boot, Mysql, JPA and Hibernate.

Get information about system health.


http://localhost:22000/health


Steps to Setup

1. Clone the application

git clone https://github.com/monirozzaman/Salary-Maker-Backend.git

2. Create Mysql database

create database salaryMaker

3. Change mysql username and password as per your installation

  • open src/main/resources/application.yml

  • change spring.datasource.username and spring.datasource.password as per your mysql installation

4. Build and run the app using maven .

Alternatively, you can run the app without packaging it using -

mvn spring-boot:run

The app will start running at http://localhost:22000.

Explore Rest APIs

The app defines following CRUD APIs.

GET /bank/accounts/{acNo}/details

PUT /bank/add/balance

GET /employees

POST /employees/add

POST /employees/salary

You can test them using postman or any other rest client.

About

Build Restful CRUD API for Salary Maker-Frontend application using Spring Boot, Mysql, JPA and Hibernate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages