Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker666 committed May 8, 2024
1 parent 75fcede commit 94dfa84
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Hono Starter

A hono starter boilerplate for TypeScript with minimal dependencies and clean architecture. All dependencies are
initiated at the start of the application and passed to the controllers and services.

## Stack

- Authentication: JWT
- Validation: Zod
- Logging: Pino
- ORM: Drizzle
- DB: MySQL
- Framework: Hono
- Runtime: NodeJS
- Language: TypeScript
- Package Manager: PNPM

## Install dependencies

```bash
Expand Down

0 comments on commit 94dfa84

Please sign in to comment.