The repository can be used as a boiler plate for people interested in using Express as an API with Typescript in a standard Controller-Repository based setup. Under the hood it uses Express with all of it's dependencies, routing-controllers for standarized layout and TypeORM for a database connection. Further information and a todo list is to come for this repository later.
git clone
npm i
npm run start
Licensed under the MIT License.