Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 969 Bytes

File metadata and controls

41 lines (29 loc) · 969 Bytes

👀 Hexagonal Architecture in Node.js

An hexagonal architecture using Nest.js and Typescript

NPM Version Package License

First step

$ yarn install

Running app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

$ yarn run test

Example request

curl --location --request GET 'localhost:3000/user/0x0fe3'

Related articles