Compare commits

..

No commits in common. "96a99c4e3ba6910a5922f04fc543419f653384d6" and "f0a7cbbcae140fba469634ef79a63f677cb994c7" have entirely different histories.

View File

@ -44,18 +44,9 @@ docker-compose up --build
- will be automatically recommended via ./vscode/extensions.json - will be automatically recommended via ./vscode/extensions.json
## Branches
- main: Protected "release" branch
- dev: Current dev branch for merging the different features - only push for merges or minor changes!
- feature/xyz: Feature branches - `feature/issueid-title`
- bugfix/xyz: Branches for bugfixes - `bugfix/issueid-title` (no id for readme changes needed)
## File Structure ## File Structure
- src/models/\* - database models (typeorm entities) - src/models/\* - database models (typeorm entities)
- src/controllers/\* - routing-controllers - src/controllers/\* - routing-controllers
- src/loaders/\* - loaders for the different init steps of the api server - 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) - src/routes/\* - express routes for everything we don't do via routing-controllers (shouldn't be much)
- src/middlewares/\* - express middlewares (mainly auth r/n)
- src/errors/* - our custom (http) errors