Updated file structure in readme

This commit is contained in:
Nicolai Ort 2020-11-26 13:43:11 +00:00
parent 0e3ec4ebf9
commit 60c1b5d748
1 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ docker-compose up --build
- will be automatically recommended via ./vscode/extensions.json
## File Structure
- src/models/* - database models
- src/routes/* - api routes for express
- src/controllers/* - business logic
- src/models/* - database models (typeorm entities)
- src/controllers/* - routing-controllers
- src/loaders/* - loaders for the different init steps of the api server
- src/routes/* - express routes for everything we don't do via routing-controllers (shouldn't be much)