An hexagonal architecture using Nest.js and Typescript
$ yarn install# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod$ yarn run testcurl --location --request GET 'localhost:3000/user/0x0fe3'