Stackle icon indicating copy to clipboard operation
Stackle copied to clipboard

MVC architecture

Open kartikpandey2 opened this issue 6 years ago • 0 comments

Before you describe your issue, idea or feature, please consider using this issue template.

Type of issue:

  • [ ] Bug / Error
  • [ ] Idea / Feature
  • [x] Improvement detail

Short description on the issue

The project must adhere to some architecture like MVC, presently MVC architecture is tried but not implemented correctly some routes are declared in server.js file some inside app folder. If all routes stay in one place then it will be easy to scale up, handle and maintain code.

Possible fix

create separate files for handling routes

kartikpandey2 avatar Jan 14 '19 21:01 kartikpandey2