Updated Project Structure (markdown)

Flam3rboy
2021-02-04 09:57:09 +01:00
parent 0a0e59613d
commit 09338e80a0
+3
@@ -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/``.