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

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

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