This is a boilerplate project for building a REST API using Express and TypeScript. It includes basic setup for request validation using express-validator and testing with jest.
# install the package
npm install
# development mode
npm run dev
# production mode
npm run build && npm run start
# unit tests
$ npm run test