expressjs-structure icon indicating copy to clipboard operation
expressjs-structure copied to clipboard

Results 4 expressjs-structure issues
Sort by recently updated
recently updated
newest added

Tried to clone the repo. Did an npm install. Then npm start. Received this error. ![image](https://user-images.githubusercontent.com/5316158/149639908-9563f2fa-ceed-401a-ab44-2c5270f1216d.png)

Anybody make it Typescript based please!!!!

Hello ! I hope this kind of issue is welcome. 😅 I've inspected the project structure you suggest and found that it works really well for me. I used to...

Controllers here are written as bare functions, How could we apply different middlewares to each controllers depending on need? This is useful when validating data fields that are only present...