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
- Host: GitHub
- URL: https://github.com/nagarehazh/skeleton-ddd-bun-hono-typescript
- Owner: Nagarehazh
- Created: 2024-06-03T10:12:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-05T00:11:23.000Z (over 1 year ago)
- Last Synced: 2025-04-13T15:05:17.742Z (6 months ago)
- Topics: bun, clean-architecture, hexagonal-architecture, hono, inversify, solid-principles, typescript
- Language: TypeScript
- Homepage: https://www.youtube.com/@harleyzapata
- Size: 23.4 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To install dependencies:
```sh
bun install
```To run:
```sh
bun run dev
```open http://localhost:3000