RSCodingClub / STUCO-Backend

MIT License
3 stars 0 forks source link

Better project structure. #53

Closed itotallyrock closed 7 years ago

itotallyrock commented 7 years ago

The current project setup is sloppy. It had an app/ folder a res/ folder and that's it. The whole huge application is in those two but res/ isn't hardly used (It's the static file folder). While the rest is in app/. We should format the structure to better match a logical hierarchy. Placing similar functions next to other similar functions. Make use of each folders' automatic index.js to easily route any subfolders as objects.