End to end how to code a REST API project with Nodejs - TypeScript - Express - TypeORM
- Init Nodejs-TypeScript project: Middleware, routing, controller
- Setup typeorm & postgresql, create first entity & update controller routing for it
- Error handling & validation data class
- Authentication with JsonWebToken
- Typeorm database relationship
- Testing
- Two-factor authentication
- CI-CD