• Stars
    star
    255
  • Rank 159,729 (Top 4 %)
  • Language
    JavaScript
  • Created over 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Learn NodeJs by Building; 10 Projects

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

VIEWS

  • 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

VIEWS

  • 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

VIEWS

  • 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

VIEWS

  • NodeJs + Express
  • Simple SocketIO chat application
  • No CRUD just user and msg sessions

Project#08: Find A Doc

VIEWS

  • NodeJs + Express
  • Cassandra - Apachi database
  • Simple CRUD for adding a doctor and a category.
  • Search by name, state.

Project#09: Portfolio

VIEWS

  • NodeJs + Express + MySQL + PHPMyAdmin
  • Using Custome Theme Starter Bootstrap.
  • Using Multer for Image Uploads.
  • Adding Simple CRUD for new Projects.

Project#10: ELearn

VIEWS

  • 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.