NodeJs Projects
Learn Nodejs by building 10 projects
-
It was 10-Projects at the time I got the course. In the current iteration it seems that there is 2 new projects Project#11 Recipe Book and Project#12 Albumz. I will try to find them and add them to the repo.
-
To run the projects npm and node are a must. there is different database technologies used through out the course so you have to figure them out.
Project#01: Simple Node Server
- Simple Node Server
- Installing Node/NPM Setting Up work Space and starter files
Project#02: Express Server
- Simple Node/Express Server
- Installing Express generator setting up routes and views
- Learning Jade
- Simple SPA
Project#03: NodeAuth
- Login System Application using local Passport Express/MongoDB(mongoose)
- Validation with express-validator
- Sessions and flash messages
- Multer for uploading users avatar
- Bootstrap theme
- Building block for further projects
Project#04: NodeBlog
- NodeJs + Express + MongoDB (monk)
- Building full CRUD methods for posts
- simple create and organize categories
- Adding Multer for uploading images
- Adding CK Editor for post body.
- Custome Style for the Application
Project#05: Community Events
https://github.com/jedireza/drywall/
- Editing A MongoLab DryWall
- Simple CRUD for Events
Project#06: TekBooks
- NodeJs + Kraken + MongoDB (Mongoose)
- Building full CRUD methods for Books
- Simple CRUD for Categories
- Working with Dust templates
- Adding Cart Functionality + Simple Paypall checkout.
- Using Foundation for the Style.
Project#07: ChatIO
- NodeJs + Express
- Simple SocketIO chat application
- No CRUD just user and msg sessions
Project#08: Find A Doc
- NodeJs + Express
- Cassandra - Apachi database
- Simple CRUD for adding a doctor and a category.
- Search by name, state.
Project#09: Portfolio
- NodeJs + Express + MySQL + PHPMyAdmin
- Using Custome Theme Starter Bootstrap.
- Using Multer for Image Uploads.
- Adding Simple CRUD for new Projects.
Project#10: ELearn
- NodeJs + Express + MongoDB + Mongoose
- Using Custom Theme KickStart.
- Login System for Students and Instructors.
- Register for Class and see Lessons in it.
- Adding Classes and Lessons.