diff --git a/Project-Structure.md b/Project-Structure.md index 6a7d27e..5821f69 100644 --- a/Project-Structure.md +++ b/Project-Structure.md @@ -15,5 +15,8 @@ All Express [Middlewares](http://expressjs.com/en/guide/writing-middleware.html) ### Routes All Express [Router](http://expressjs.com/en/4x/api.html#router) Routes are in the directory ``/src/routes/`` and are automatically registered. +### Models +All Database Typescript interface models are in the directory ``/src/models/`` + ### Util All Utility functions are in the directory ``/src/util/``. \ No newline at end of file