Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore API

Run postgres container

  • ensure username and password match application.properties
docker run --name pg1 -p 5432:5432 -e POSTGRES_USER=username -e POSTGRES_PASSWORD=password -e POSTGRES_DB=mydb -d postgres:15-alpine

Run swagger UI

  • Start API: mvn spring-boot:run
  • Go to http://localhost:8080/swagger-ui/index.html
  • Click authorize with default username and password admin, change in application.properties

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages