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:



