This is just for fun. I've tested prisma ORM and speed of inserting simple records to PostgreSQL and MongoDB(replica set) See Swagger OpenAPI on localhost
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run testNest is MIT licensed.