mrvautin / expressCart

A fully functioning Node.js shopping cart with Stripe, PayPal, Authorize.net, PayWay, Blockonomics, Adyen, Zip and Instore payments.
https://expresscart-demo.markmoffat.com
MIT License
2.25k stars 876 forks source link

Optimization/#281 #284

Open BenjaminKoshyBiju opened 11 months ago

BenjaminKoshyBiju commented 11 months ago

Hi, I made this PR based on the Making the project much optimise #281 Open Issue. I made a admin controller to transfer all the buisness logic to the controller. please review it and merge if its good enough. I initially planned to make controller for all routes but its a huge codebase and I wasnt sure if I did this one right. I recently learned express and this is my first PR. Please do let me know if I made any mistakes and suggestions so that I could make betetr PRs' in the future. Thanks