Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 924 Bytes

README.md

File metadata and controls

60 lines (39 loc) · 924 Bytes

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