Skip to content

spylix/vanilla-node-server

Repository files navigation

Vanilla Node.js server

Articles about the project

Description of backend

Description of frontend

Description of Kubernetes & Docker setup

Description of automatic deployment to Azure

Setup without containers

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

Setup with containers

Build and prepare the docker images, for more information see this article.

$ kubectl apply -f database/database.yaml
$ kubectl apply -f server.yaml

About

A vanilla Node.js server hosting vanilla JavaScript frontend app, connected to Postgres database

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors