Skip to content

darrylng95/ExpressTutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpressTutorial

Tutorial based on TraversyMedia and Coding With Mosh

Setup

  1. Uses Express
  2. Uses Joi as validation method
  3. Implemented simple middleware
  4. Uses Route and normal API within server.js to serve HTTP request to showcase both ways.

Misc

Express is typcally use in a MVC (Mode, View, Control) web application model. Express is the Control of MVC.

This tutorial is done based on simulated JSON data created within express and is not linked to any actual database/backend logic

About

Tutorial based on TraversyMedia and Coding With Mosh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors