Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 5.07 KB

readme.md

File metadata and controls

28 lines (23 loc) · 5.07 KB

Node.js full course for node.js beginners.


What we learn is this Tutorial


In this tutorial we learn node.js basic also learn Express.js which is the framework of node.js & also we learn MongoDb which the database also known as noSQL database

This tutorial have 15 chapters.

package Name Links comments
01. Start here Links null
02. Write file file system null
03. Npm Modules npm null
04. Event Emitter event emitter null
05. Web Server create server null
06. Express.js expressJS doc => null
07. Middleware middleware => null
08. Routing router => null
09. MVC Rest API Rest API you can search this in google and find best result you can understand.also you can see this website i recommended
10. Authentication authentication null
11. JWT Auth official JWT TOKEN null
12. User Roles null you can search this in google and find best result you can understand
13. MongoDB Database mongodb Docs i recommended to watch video on youtube. that's can help you to learn better.
14. Data Models null you can search this in google and find best result you can understand
15. Async CURD null you can search this in google and find best result you can understand. i recommended to watch video on youtube. that's can help you to learn better.