Open KevinPlease opened 1 year ago
added some structure that are good for the moment might change later once i know what is needed and not needed struggled a bit with modifying the package.json file so it can include type: module got an error on server npm run dev where it wouldn't recognise .ts files but as it is right now it works fine any ideas @KevinPlease
Consider the separation of files in various folders; depending on their role.
An example following the Repository-based pattern like so:
route -> middlewares -> controller -> repository -> model