- TypeScript
- NestJs
- TypeORM
- PostgreSQL
NestJs is the most powerful NodeJs Framework because of:
- Scale ability
- Built-in module structure
- Built-in flexible cli
- Built-in decorators (like @Controller, @Service, etc.)
| Properties | Data Types | Default Value | Not NULL |
|---|---|---|---|
| id | integer | yes | |
| name | character varying | yes | |
| description | character varying | yes | |
| endDate | timestamp without time zone | no | |
| isActive | boolean | true | yes |
| createdDate | timestamp without time zone | now | yes |
| updatedDate | timestamp without time zone | now | yes |
| Properties | Data Types | Default Value | Not NULL |
|---|---|---|---|
| id | integer | yes | |
| name | character varying | yes | |
| character varying | yes | ||
| role | user_entity_role_enum | USER | yes |
| password | character varying | yes | |
| createdDate | timestamp without time zone | now | yes |
| updatedDate | timestamp without time zone | now | yes |