From 09338e80a0a3269fe45351420403e4922e756cf3 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 4 Feb 2021 09:57:09 +0100 Subject: [PATCH] Updated Project Structure (markdown) --- Project-Structure.md | 3 +++ 1 file changed, 3 insertions(+) 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