Skip to content

Repo with my learning process of Node.js without dependencies. Course from Pirple.com, but they moved to Discount-Courses.com

Notifications You must be signed in to change notification settings

itsdorosh/the-nodejs-master-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pirple - The Node.js Master Class

Before run:

  1. generate certificates for HTTPS server
  2. create directory for data in following path {repoRoot}/.data/
  3. create directories for users, tokens and checks within {repoRoot}/.data/ folder

For generation of cert.pem & key.pem use:

openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem

About

Repo with my learning process of Node.js without dependencies. Course from Pirple.com, but they moved to Discount-Courses.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published