codeclubsocial / codeclub_website_dev

CodeClub website source (website no longer hosted)
http://www.codeclub.social
26 stars 7 forks source link

improve file structure #19

Open holaymolay opened 7 years ago

holaymolay commented 7 years ago

Here's one way of approaching it:

How to separate the routes and models from app.js using NodeJS and Express https://stackoverflow.com/a/19629070/3170942 referenced video: https://vimeo.com/56166857

holaymolay commented 7 years ago

Here's an example of best practices for express app structure: project/