Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yogyy/fool-translations-api
novel collection api
https://github.com/yogyy/fool-translations-api
bun hono lucia-auth oslo sqlite
Last synced: about 1 month ago
JSON representation
novel collection api
- Host: GitHub
- URL: https://github.com/yogyy/fool-translations-api
- Owner: yogyy
- Created: 2024-09-30T15:26:21.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-29T17:31:46.000Z (about 1 month ago)
- Last Synced: 2024-11-29T18:28:13.807Z (about 1 month ago)
- Topics: bun, hono, lucia-auth, oslo, sqlite
- Language: TypeScript
- Homepage:
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# installation
You need [bun](https://bun.sh/) installed.
```bash
bun install
```## Generate Migration and create Sqlite database
```bash
bun generate
```### Run Migration
```bash
bun migrate
```### Run Seeding (optional)
```bash
bun seed
```### testing
make sure you're running seeding
```bash
bun test
```### run server
```bash
bun dev
open http://localhost:4000
```