Skip to content

bearddan2000/nodejs-web-express-api-basic-auth-ssl-dolt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-web-express-api-basic-auth-ssl-dolt

Description

Expressjs api that uses basic authentication and self signed ssl. The api then connects to a dolt database.

username password
maria pass

Tech stack

  • expressjs
  • dolt

Docker stack

  • alpine:edge
  • dolthub/dolt-sql-server
  • node:latest

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Express ssl code