GithubHelp home page GithubHelp logo

zv-express-training's Introduction

Zigvy Express Training Curriculums and Resources

The course is assuming that you are familar with Javascript, Basic NodeJS and Object-Oriented Programming Concept

Overview

  • This is a 1 week training course for building a RESTful API using ExpressJS, NodeJS, MongoDB (with Mongoose) and Babel Configuration

Resources

Content

  • Training 1 - Introduction to Express

    • What is a ExpressJS?
    • Setup a simple HTTP Server using Express
    • Folder structure overview
    • NodeJS' CommonJS module
    • Config Babel for ES6 import/export syntax
    • Config nodemon for HMR
    • Config ESLint for code linting
  • Training 2 - Express routing

    • Basic of Express Routing
    • The usage of request object
    • The usage of response object
    • The usage of next object
    • Execution order of express routing
  • Training 3 - Express middleware

    • use function
    • The execution order of middleware
    • Some useful middleware (helmet, cors, morgan, etc)
  • Training 4 - Connect with the Database

    • A quick introduction to NoSQL with MongoDB
    • Introduction to Mongo Atlas - A cloud DB
    • Install and config mongoose
    • Connecting mongoose with Mongo Atlas
    • Creating a first collection
    • Playing with Mongoose API
  • Training 5 - Very first RESTful API

    • What is a RESTful API?
    • Four HTTP Methods used in RESTful: get, post, del, update
    • HTTP Status
    • Create a simple CRUD RESTful API
  • Training 6 - Advanced RESTful API Design

    • Nested API
    • How to design a RESTful API more effciently?
  • Training 7 - Authenticate a user request using JWT

    • What is Json Web Token?
    • Setup JWT library
    • How to create a JWT?
    • How to validate a JWT?
    • How to authenticate a user using JWT?
  • Training 8 - Authentication with Passport Middleware

    • Setup Passport middleware
    • Login with Facebook
    • Login with Google
    • Login with Email + Password
  • Training 9 - Making a real-time web application using Websocket and SocketIO

    • What is a real-time web application?
    • What is a Websocket?
    • Setup a Websocket server and client
    • Sending data using Websocket
    • Authenticating a user with Websocket
    • What is a SocketIO?
    • Setup a SocketIO server and client
    • Sending data using SocketIO
    • Authenticating a user with SocketIO
  • Training 10 - Final project

Guide

  • Fork this repository

  • Clone the forked repo

git clone https://github.com/[username]/zv-express-training
  • Setup upstream for further resource update
git remote add upstream https://github.com/longhpzigvy/zv-express-training
  • Read the README in training section 1, 2, 3, etc and complete the task

  • To update with upstream

git pull upstream master --rebase

Recommendation Readings / Videos

zv-express-training's People

Contributors

longhpzigvy avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.