Skip to content

ckscks038038/node-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

node-crash-course

follow the online tutorial of Node.js provided by Net Ninja

aimed to build a text-based blog powered by Node.js and MongoDB

FIY: There's no need to include the node_modules in the repository(which is created when calling the function require for lodash) packaages are listed in "package.json" already. Only need to call "npm install" then the property dependecies would be found and install all of different dependencies listed right in the "package.json"

About

follow the online tutorial of Node.js provided by Net Ninja

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published