Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clarkio/secure-node-server
A Node.js server template that's secure by default and comes with some simple boilerplate setup.
https://github.com/clarkio/secure-node-server
Last synced: 17 days ago
JSON representation
A Node.js server template that's secure by default and comes with some simple boilerplate setup.
- Host: GitHub
- URL: https://github.com/clarkio/secure-node-server
- Owner: clarkio
- License: mit
- Created: 2022-03-04T20:10:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T04:34:58.000Z (2 months ago)
- Last Synced: 2024-09-14T16:57:33.253Z (about 2 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secure-node-server
A Node.js server template that's secure by default and comes with some simple boilerplate setup.## Getting Started
1. Install dependencies by running `npm install` in your terminal/command line
1. Generate a self-signed certificate by running `npm run create-cert` in your terminal/command line
1. Start the app by running `npm start` in your terminal/command line