w3irdrobot / express-routing-example

Example API built using Express routers
MIT License
105 stars 48 forks source link

Update to current version #1

Open mslinn opened 6 years ago

mslinn commented 6 years ago

This was a useful project, but it has not been updated in 2 years. Any chance it might be brought up to date?

w3irdrobot commented 6 years ago

AFAIK the content in here is still valid and up-to-date. What is out of date?

mslinn commented 6 years ago

I am new to express and pug, so I am quite likely just confused. The approach taken with the Express skeleton generator differs from how things are organized in this project.

It is difficult for me to sort out the reasons for the differences, since the information provided with both sample projects does not provide much explanation. In particular, I'm trying to understand how to design apps with multiple routes that share a common model.