Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haruki-nikaidou/nekoball
a tiny anime sharing platform.
https://github.com/haruki-nikaidou/nekoball
Last synced: 7 days ago
JSON representation
a tiny anime sharing platform.
- Host: GitHub
- URL: https://github.com/haruki-nikaidou/nekoball
- Owner: haruki-nikaidou
- Created: 2024-05-19T21:04:20.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-20T04:02:46.000Z (8 months ago)
- Last Synced: 2024-11-09T02:57:47.770Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neko ball
a tiny anime sharing platform.
## Getting started
```bash
bun install
bun dev
```## Deploy
You should use [Neon](https://console.neon.tech/) as database.
You must use Cloudflare Image to store images.
These environment variables are required:
- `DRIZZLE_DATABASE_URL`: the postgresql database url, provided by Neon.
- `CLOUDFLARE_IMAGE_ACCOUNT_HASH`: the account hash of Cloudflare Image.
- `CLOUDFLARE_IMAGE_VARIANT_NAME`: the variant name of Cloudflare Image.> Because how images stored in database is by UUID, you must use Cloudflare Image to store images. The link will be like `https://imagedelivery.net/ACCOUNT_HASH/IMAGE_UUID/IMAGE_VARIANT_NAME`.