Skip to content

๐ŸŒ Just a simple Restful API of a fictitious social network, written in Java with Spring Boot and Postgres as Database + K8S Deploy

Notifications You must be signed in to change notification settings

riccskn/social-network-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Social Network API

Deploy

To deploy this application you will need of Kubernetes in your computer

Follow these steps:

$ kubectl apply -f k8s/postgres-credentials.yml
$ kubectl apply -f k8s/postgres-configmap.yml
$ kubectl apply -f k8s/postgres-deployment.yml
$ kubectl apply -f k8s/deployment.yml
kubectl expose deployment springboot-postgres-k8s --type=LoadBalancer --name=springboot-postgres=k8s

Stack used

Backend: Java (SpringBoot)

DataBase: Postgres

About

๐ŸŒ Just a simple Restful API of a fictitious social network, written in Java with Spring Boot and Postgres as Database + K8S Deploy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published