https://github.com/eevan7a9/playground-express
Study express framework basic functionalities
https://github.com/eevan7a9/playground-express
Last synced: 4 months ago
JSON representation
Study express framework basic functionalities
- Host: GitHub
- URL: https://github.com/eevan7a9/playground-express
- Owner: eevan7a9
- Created: 2021-03-19T03:05:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-26T11:28:40.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T10:14:44.950Z (over 1 year ago)
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playground-express
Study express framework basic functionalities
Generate **SECRET_KEY**
in terminal:
`node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"`