Improve performance by using express-validator
yarn install
yarn run dev
yarn run test
- set up typescript for dev
- basic express server with typescript
- setup database
- create model
- create todo
- read todo with pagination
- read todo with id
- update todo
- delete todo
- create route
- read route
- read by id route
- update route
- delete route