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

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

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'));"`