Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukasjhan/hono-drizzle

Test repo for hono-drizzle
https://github.com/lukasjhan/hono-drizzle

Last synced: 21 days ago
JSON representation

Test repo for hono-drizzle

Awesome Lists containing this project

README

        

# This project is sample for using hono and DrizzleORM

Hono: https://hono.dev/
DrizzleORM: https://orm.drizzle.team/

## How to run

```bash
pnpm install

// db migration
pnpm run push

pnpm run dev
```

## Server

Server will be running on localhost:3000

```bash
http://localhost:3000
```