Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madebaruna/paimon-moe-api
A REST API service for paimon.moe
https://github.com/madebaruna/paimon-moe-api
Last synced: 1 day ago
JSON representation
A REST API service for paimon.moe
- Host: GitHub
- URL: https://github.com/madebaruna/paimon-moe-api
- Owner: MadeBaruna
- Created: 2021-03-28T10:48:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-10T08:29:22.000Z (15 days ago)
- Last Synced: 2024-12-16T23:08:33.310Z (8 days ago)
- Language: TypeScript
- Homepage:
- Size: 243 KB
- Stars: 80
- Watchers: 5
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paimon.moe API
An API for Paimon.moe
# Requirements
- Node.js 14
- PostgreSQL# Deployment
You need a firebase service account saved as `google-service-account.json` for the notification service.
Then change the volumes path in `docker-compose.yml` and `.env` with the directory of your service account json.
```
cp .env.example .env
vi .env
docker-compose up -d
```