A simple rule validation API built using Node and TypeScript along with the NestJS framework.
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
- Author - Aneri Emmax
- Website - https://emmax.tech
- Twitter - @emmaxcodes