- Globally installed
nodemon
,concurrently
andtypescript
.
- Dev:
npm run dev
. - Prod:
npm run prod
npm run tslint
.
- A JWT manager, ready to use!.
- TYPEORM as the main connector with any of your databases.
- Express status Implemented.
- A tiny file manager, also ready to use.
- Docker (docker compose for local development, and dockerfile for delopying).
- User models and controller Implemented.
- Morgan logger :D.
- AirBnB Linting, no more unstandard structuring!
- Nice errors handling!