Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/svails/api

API template
https://github.com/svails/api

bun drizzle elysia turso

Last synced: 14 days ago
JSON representation

API template

Awesome Lists containing this project

README

        

# api

To get started, run following:

```
git clone https://github.com/svails/api
cd api/
bun install
bun dev
```

## Migrations

After modifying `src/lib/schema.ts`, generate migration files with `bun db:generate`.