Skip to content

EstebanCanela/hexagonal-arch-node

Repository files navigation

👀 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

About

Hexagonal Architecture in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published