Skip to content

Spring Boot Crud API demonstrates how to implement simple CRUD operations with a Employee entity. DB structure can be seen in the file ER.png

Notifications You must be signed in to change notification settings

samuelbl/demoshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoShop API

Spring Boot Crud API demonstrates how to implement simple CRUD operations with a Employee entity. DB structure can be seen in the file ER.png

What's inside

* Spring Core/Data
* Swegger
* Spring Security for protectect (insert, delete, update) with JWT stateless
* H2 to dev profile and PostgreSql to prod profile
* Unit tests for all API Crud Operations
* Migrations using flywayDb
* Docker compose with Postgres and Jdk11
* MVC Pattern
* Maven

Deploy

To deploy, just run docker-compose. The endpoints are described at http://localhost:8080/ (swagger)

About

Spring Boot Crud API demonstrates how to implement simple CRUD operations with a Employee entity. DB structure can be seen in the file ER.png

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published