Skip to content
/ movie Public template

Restful API using Sprint Boot, kubernetes and Postgres

Notifications You must be signed in to change notification settings

isanuric/movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie API

Dependencies and required tools

Maven, Java11, Docker, Kubectl, Minikube, Kustomization,

Quick Start in Kubernetes

  • Run bash script and follow commands
    $ bash ./start.sh
  • Test it (create some entities and check REST API Documentation)

For more details see /start.sh

Quick Start Local

  • Initial postgres docker
    $ docker pull postgres
    $ docker run --name postgres-local -p 5432:5432 -e POSTGRES_PASSWORD=Pass4321 -d postgres:latest
    $ docker exec -it my-postgres psql -U postgres (optional: psql into db)
    $ mvn spring-boot:run -Plocal
  • Test it (create some entities and check REST API Documentation)

About

Restful API using Sprint Boot, kubernetes and Postgres

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published