https://github.com/ndeta100/node_rest
creating a rest API with raw node js and implementing https
https://github.com/ndeta100/node_rest
fs https nodejs
Last synced: 9 months ago
JSON representation
creating a rest API with raw node js and implementing https
- Host: GitHub
- URL: https://github.com/ndeta100/node_rest
- Owner: Ndeta100
- Created: 2021-12-30T08:38:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T08:42:40.000Z (about 4 years ago)
- Last Synced: 2025-02-15T22:25:08.156Z (11 months ago)
- Topics: fs, https, nodejs
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node_rest
Creating a node js rest api with no frameworks just raw node and also implementing https,
To install an open ssl certificate, run the command
`openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem`