https://github.com/hellodhlyn/baql
GraphQL interface for Blue Archive contents
https://github.com/hellodhlyn/baql
Last synced: about 1 month ago
JSON representation
GraphQL interface for Blue Archive contents
- Host: GitHub
- URL: https://github.com/hellodhlyn/baql
- Owner: hellodhlyn
- Created: 2024-06-01T15:33:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-05-09T06:41:27.000Z (about 2 months ago)
- Last Synced: 2026-05-09T08:37:59.550Z (about 2 months ago)
- Language: Ruby
- Homepage: https://mollulog.net
- Size: 443 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# BAQL
BAQL is a GraphQL interface for Blue Archive.
It serves various game data such as students, events, raids, etc.
Used by [mollulog.net](https://mollulog.net).
## Development
### Prerequisites
- Ruby 4.0+
- Docker
### Run Server
Set environment variables.
- `STATIC_BUCKET_NAME`
- (Environment variables for AWS S3)
```bash
docker compose up -d
gem install bundler
bundle
bundle exec rails db:prepare
bundle exec rails server
```