Description fastify Hexagonal Architecture Example Same domain code as in nest-hexagonal-architecture example Installation npm install Running the app npm run dev To start the app in dev mode. Open http://localhost:3000 to view it in the browser. npm start For production mode npm run test Run the test cases.