Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saintedlama/dryroutes

Put your route handlers on a diet by using middleware to establish conventions
https://github.com/saintedlama/dryroutes

Last synced: about 15 hours ago
JSON representation

Put your route handlers on a diet by using middleware to establish conventions

Awesome Lists containing this project

README

        

# Dry Routes Express

This app uses "Todo app with Express.js" taken from [github.com/azat-co/todo-express](http://github.com/azat-co/todo-express) to demonstrate how to put your route handlers on a diet.

## Running

https://github.com/saintedlama/dryroutes.git

cd dryroutes

npm install

# Self contained Presentation

To build/see the self contained presentation run gulp from the command line

gulp

Then fire up your browser and open file `doc/tasks.html`.