expressCart
expressCart copied to clipboard
Making the project much optimise
I think it would be really great if controllers should also be made in order to separate routes file and put it in controllers so it will be really easy to navigate and optimised too. As I go through the project , I found that all the business logic and routes are in same place.
Hi I made a PR based on this issue, I could only create contoller for the admin route for now though.