Skip to content

Latest commit

 

History

History

chapter-0-basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Description

  • How to create a NodeJS backend
  • Add ExpressJS into a node application
  • Handle cors
  • Allows ExpressJS to permit end-user to send JSON data in API
  • Create routes
  • Create controller
  • Talk about rest API conventions
  • Create a custom validation for an API endpoint
  • Replace the hectic custom validation with withvoid/make-validation library

Learning

Youtube links:

Tutorial

Tutorial Article: https://www.freecodecamp.org/news/create-a-professional-node-express/

Useful links