Tutorial based on TraversyMedia and Coding With Mosh
- Uses Express
- Uses Joi as validation method
- Implemented simple middleware
- Uses Route and normal API within server.js to serve HTTP request to showcase both ways.
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