MLGEnio / node-test

0 stars 0 forks source link

Research and Decide on the general Project Structure #1

Open KevinPlease opened 1 year ago

KevinPlease commented 1 year ago

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

MLGEnio commented 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