Skip to content

Create different type of routing using express router

Notifications You must be signed in to change notification settings

rubisaini/express-routing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-routing

Create different type of routing using express router

We can define routing in various ways:

  1. Using app.get(), app.post() etc...
  2. Using app.route('url').get().post() etc...
  3. Using express.Router() method.

About

Create different type of routing using express router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published