An open API service indexing awesome lists of open source software.

https://github.com/nagarehazh/skeleton-ddd-bun-hono-typescript

🧙‍♂️✨ TypeScript Bun Hono DDD Skeleton: BackEnd following Hexagonal Architecture and Domain-Driven Design patterns
https://github.com/nagarehazh/skeleton-ddd-bun-hono-typescript

bun clean-architecture hexagonal-architecture hono inversify solid-principles typescript

Last synced: 6 months ago
JSON representation

🧙‍♂️✨ TypeScript Bun Hono DDD Skeleton: BackEnd following Hexagonal Architecture and Domain-Driven Design patterns

Awesome Lists containing this project

README

          

To install dependencies:
```sh
bun install
```

To run:
```sh
bun run dev
```

open http://localhost:3000