Givemo / Agric_Auction

1 stars 0 forks source link

Backend structure #5

Open WatariClaud opened 3 years ago

WatariClaud commented 3 years ago

what does this issue do?

Provide recommendations for folder structuring of the backend

More information

Consider moving your middleware logic to a different folder, eg, middleware or controllers, and just import it in routes

Eg: route.post('/createuser', myMiddlewareFunction,createUserMethod);