/app
/controllers (Controllers of the app)
/core (Core of starter template)
/middlewares (Middlewares for the routes of the app)
/routes (Routes for Controllers of the app)
/models (Models configuration for use)
/repository (Custom queries)
/App.ts (Server configuration)
/Router.ts (Config file for Routing)
tsconfig.json (File configuration typescript)
tslint.json (File configuration rules typescript)
Entry.ts (Main file to start the app)
In Development mode, the express app is started with nodemon for automatic refresh when changes are made.
npm run dev
- TypeORM
- Validator Middleware
- Configuration file
- Swagger Docs
- Release bundle
- JWT Middleware
- Dockerfile
- Generator code (Router,Controller)
Usage is provided under the MIT License. See LICENSE for the full details.
Copyright © 2020, Taoufik Tribki