Skip to content

Instantly share code, notes, and snippets.

@lucwj
Created February 17, 2017 06:27
Show Gist options
  • Save lucwj/fa7b136389ccd5f349f4dedba87fbf58 to your computer and use it in GitHub Desktop.
Save lucwj/fa7b136389ccd5f349f4dedba87fbf58 to your computer and use it in GitHub Desktop.
Chương trình học NodeJS

Section 1: Introducton and Setup

  • Web Mind Set
  • Introduction and the Goal of this Course
  • How to play together
  • npm, yarn, git & some Command Line References
  • Install NodeJS

Section 2: Playground

  • Introduce about javascript ES6
  • Anonymous function
  • How to run nodejs
  • Helloworld

Section 3: How to start new NodeJS web project with ExpressJS Framework

  • Configuration
  • Modules, Exports, and Require
  • Package Managers
  • init, nodemon, package.json
  • Routes
  • Static Files and Middleware
  • Template & Template Engines
  • Querystring & Post Parameters
  • RESTful APIs & JSON
  • Structuring an APP

Section 4: Javascript, JSON, and Databases

  • MySQL with ORM
  • MongoDB & Mongoose

Section 5: Use a Boilerplate to kick-start your nodejs project

  • NodeJS-KickStart
  • Authentication with passport
  • Development & Production mode
  • How to deploy your project
  • DevOps

Section 6: Real Project

  • Project Management System.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment