Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```