JavaScript Beginner Tutorial : Express js - Router and Routes

preview_player
Показать описание
In this beginners Javascript tutorial, we will go over how to set up Express js frameworks Router middleware. We also go over how to properly organize our routes into an intuitive folder structure, which will make our code and application cleaner and more maintainable.

This video uses the code from one of my previous video as starting point :

POST is most-often utilized to **create** new resources.
PUT is most-often utilized for **update** capabilities.
GET is used to **read** (or retrieve) a representation of a resource.
DELETE is used to **delete** a resource identified by a URI.

Full tutorial and step by step walk through :

Source code :

Express is a lightweight web application framework that makes it super simpe to set up RESTful api.

Node :

Curl command line tool :

Visual Studio Code :

Rest Extension :
- REST Client by Huachao Mao

Remember to comment, like and subscribe if you found this video helpful.

Happy coding

- Fabian

#javascript #nodejs #express #freelancefabian #softwareengineer #softwaredeveloper
Рекомендации по теме
welcome to shbcf.ru