This repository contains below branches with examples
- master
- template_engines
- routes-method1 - Externalizing Routes, Middlewares and Error Handling
- routes-method2 - tjholowaychuk's way
- routes-method3 - dynamically including all routes
- functions - Multiple patterns in externalizing functions
Below are the current commits
* 78bdec6 - (functions) External Functions (31 minutes ago) <Sushanth Bobby Lloyds>
| * 8465d19 - (routes-method3) dynamically including all routes (28 hours ago) <Sushanth Bobby Lloyds>
|/
| * cf09368 - (routes-method2) tjholowaychuk's way of Modular Style (2 days ago) <Sushanth Bobby Lloyds>
|/
| * f0f37b6 - (routes-method1) Updated index.js app.get(wiki), Error Handling in trycatch in homepages.js, preprocess data in number.js, in post.js errorhandling with promise (2 days ago) <Sushanth Bobby Lloyds>
| * c57102d - Middleware updates (2 days ago) <Sushanth Bobby Lloyds>
| * 5bb5f60 - Multiple routes in external files (2 days ago) <Sushanth Bobby Lloyds>
| * be1b4a6 - Two ways of calling from routes folder (2 days ago) <Sushanth Bobby Lloyds>
|/
| * 53de6d9 - (template_engines) Passing variables (3 days ago) <Sushanth Bobby Lloyds>
|/
* f8ab5f6 - (HEAD -> master) Testing Middleware (3 days ago) <Sushanth Bobby Lloyds>
* 2a56033 - Inital Commit (3 days ago) <Sushanth Bobby Lloyds>