This is an example project on how to use route-label in your express app.
- Download/clone this repository.
- Open terminal, change directory to the directory.
- Do
npm install
- Start the application with
npm start
- app.js: top level routing.
- routes/users.js: user module and subrouting.
- routes/products.js: product module and subrouting.
The other files are just generated content from express.
MIT