Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/svails/api
- Owner: svails
- Created: 2024-10-21T11:10:09.000Z (16 days ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:11:20.000Z (16 days ago)
- Last Synced: 2024-10-21T16:16:57.302Z (16 days ago)
- Topics: bun, drizzle, elysia, turso
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.