https://github.com/planetarium/world-boss-service
world boss service
https://github.com/planetarium/world-boss-service
Last synced: 5 months ago
JSON representation
world boss service
- Host: GitHub
- URL: https://github.com/planetarium/world-boss-service
- Owner: planetarium
- Created: 2022-12-01T01:32:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T11:05:41.000Z (7 months ago)
- Last Synced: 2024-10-20T11:40:47.535Z (6 months ago)
- Language: Python
- Size: 1010 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# world boss service
[](https://www.python.org/downloads/release/python-3100/)
[](https://python-poetry.org/docs/#installation)
[](https://www.postgresql.org/ftp/source/v13.7/)
[](https://redis.io/download/)
[](https://codecov.io/gh/planetarium/world-boss-service)## Introduction
This repository provide world boss ranking service for Nine Chronicles## Installation
- [awscli](https://aws.amazon.com/ko/cli/)
- [kms](https://aws.amazon.com/ko/kms/) key## How to run
```commandline
$ git clone [email protected]:planetarium/world-boss-service.git
$ poetry install
$ createdb $dbname
$ poetry shell
$ flask --app world_boss/wsgi.py db upgrade --directory world_boss/migrations
$ flask --app world_boss/wsgi.py --debug run
```### with worker
```commandline
$ celery -A world_boss.wsgi:cel worker -l debug
```### testing
```commandline
$ pytest
```