Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 723 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 723 Bytes

Project route-label-sample

This is an example project on how to use route-label in your express app.

Installation

  1. Download/clone this repository.
  2. Open terminal, change directory to the directory.
  3. Do npm install
  4. Start the application with npm start

File of Interests

  1. app.js: top level routing.
  2. routes/users.js: user module and subrouting.
  3. routes/products.js: product module and subrouting.

The other files are just generated content from express.

License

MIT