This is a nestJS project to test integration of custom async class transform, found here.
Many thanks to @flisboac for his work and help!
$ yarn install
# development
$ yarn start
# watch mode
$ yarn start:dev
$ curl -X POST http://localhost:3000/ -d '{"name": "Some name", "age": 3, "size": 10}' -H "Content-Type: application/json"