Skip to content

This is a simple project to demonstrate the Clean Architecture using the Hono and Bun as an example.

Notifications You must be signed in to change notification settings

kbkn3/hono-bun-cleanArchitecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hono Bun Clean Architecture

Description

This is a simple project to demonstrate the Clean Architecture using the Hono and Bun as an example.

Demo

Technologies

  • Package Manager: Bun
  • Database: None
  • HTTP Server: Hono
  • Test Framework: Bun
  • Linter: Biome
  • Formatter: Biome

Development

Setup

  1. install bun MacOS:
curl -fsSL https://bun.sh/install | bash

https://bun.sh/docs/installation

  1. Clone the repository
git clone
  1. Install dependencies
bun install
  1. Run the project
bun dev

Deploy

bun run deploy

About

This is a simple project to demonstrate the Clean Architecture using the Hono and Bun as an example.

Topics

Resources

Stars

Watchers

Forks