riccskn / social-network-api

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Java 99.4%Language:Dockerfile 0.6%