Added basic file structure for routes, models and controllers

ref #1
This commit is contained in:
Nicolai Ort 2020-11-24 20:08:41 +01:00
parent 01a786720b
commit 8340cce997
4 changed files with 6 additions and 1 deletions

View File

@ -10,4 +10,9 @@ docker-compose up --build
## Recommended Editor
[Visual Studio Code](https://code.visualstudio.com/)
### Recommended Extensions
- will be automatically recommended via ./vscode/extensions.json
- will be automatically recommended via ./vscode/extensions.json
## File Structure
- src/models/* - database models
- src/routes/* - api routes for express
- src/controllers/* - business logic

0
src/controllers/.gitkeep Normal file
View File

0
src/models/.gitkeep Normal file
View File

0
src/routes/.gitkeep Normal file
View File