Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bearddan2000/nodejs-web-reactjs-express-api-ssl-promise-fetch
A reactjs that uses expressjs api that uses self signed ssl.
https://github.com/bearddan2000/nodejs-web-reactjs-express-api-ssl-promise-fetch
api 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 self signed ssl.
- Host: GitHub
- URL: https://github.com/bearddan2000/nodejs-web-reactjs-express-api-ssl-promise-fetch
- Owner: bearddan2000
- Created: 2023-07-01T12:25:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T12:25:57.000Z (over 1 year ago)
- Last Synced: 2024-07-30T20:04:10.048Z (5 months ago)
- Topics: api, express, expressjs, fetch, nodejs, promise, reactjs, ssl, web, webpack
- Language: Shell
- Homepage: https://github.com/bearddan2000/nodejs-web-reactjs-express-api-ssl-promise-fetch
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs-web-reactjs-express-api-ssl-promise-fetch
## Description
A reactjs that uses expressjs api that uses self signed ssl.Features:
- component with parameters
- css grid
- fetch
- promise
- cors
- 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)