Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bearddan2000/nodejs-web-reactjs-express-api-basic-auth-ssl-promise-fetch

A reactjs that uses expressjs api that uses basic authentication
https://github.com/bearddan2000/nodejs-web-reactjs-express-api-basic-auth-ssl-promise-fetch

api auth basic express expressjs fetch nodejs promise reactjs ssl web webpack

Last synced: about 1 month ago
JSON representation

A reactjs that uses expressjs api that uses basic authentication

Awesome Lists containing this project

README

        

# nodejs-web-reactjs-express-api-basic-auth-ssl-promise-fetch

## 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
- fetch
- promise
- cors
- basic authentication
- self signed ssl

## Tech stack
- reactjs
- expressjs
- webpack

## Docker stack
- alpine:edge
- node:latest
- bayesimpact/react-base:latest

## To run
`sudo ./install.sh -u`
- [Availble here](http://localhost/)

## To stop
`sudo ./install.sh -d`

## For help
`sudo ./install.sh -h`

## Credit
[Express ssl code](https://dev.to/omergulen/step-by-step-node-express-ssl-certificate-run-https-server-from-scratch-in-5-steps-5b87)