Skip to content

bearddan2000/nodejs-web-reactjs-express-api-basic-auth-ssl-axios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-web-reactjs-express-api-basic-auth-ssl-axios

Description

A reactjs that uses expressjs api that uses basic authentication and self signed ssl.

username password
maria pass

Features:

  • component with parameters
  • css grid
  • axios
  • promise
  • cors
  • basic authentication
  • self signed ssl

Tech stack

  • reactjs
  • axios
  • expressjs
  • webpack

Docker stack

  • alpine:edge
  • node:latest
  • bayesimpact/react-base:latest

To run

sudo ./install.sh -u

To stop

sudo ./install.sh -d

For help

sudo ./install.sh -h

Credit

Express ssl code