Skip to content

Git-Askhat/Spring-Crud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Crud

Spring boot CRUD app

Create Read Update Delet (CRUD) app good example for working with databases

Firstly created crud using spring boot. I used PostgreSQL database local.

Heroku very flexible and comfortable for personal projects and also supports PostgreSQL.

For frontend side I used Bootstrap 4

Requirements {

Deploy online: https://askhat-spring.herokuapp.com/index

API description:

https://askhat-spring.herokuapp.com/showFormForUpdate/5 => {id} instead of {5}

// To access data by REST API entry and get all .../index

// To add user you should do a POST request to .../showNewEmployee

}

Used {

Java/Spring Boot

PostgreSQL

HTML/Bootstrap

}

Database {

PostgreSQL:

GET

POST

PUT

DELETE

}

Here some photo description:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published