Description of Kubernetes & Docker setup
Description of automatic deployment to Azure
Prepare PostgreSQL database based on information from databaseCredentials.json and create the tables as described in database/create_tables.sql
Run node index.js to start the server
Build and prepare the docker images, for more information see this article.
$ kubectl apply -f database/database.yaml
$ kubectl apply -f server.yaml