Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.06 KB

README.md

File metadata and controls

49 lines (38 loc) · 1.06 KB

claon-admin-server

Python 3.10 CI linting: pylint codecov

Installation

upload image to docker for local environment

docker-compose -f docker-compose.yml up -d

install dependencies of this project

python3 -m pip install --upgrade pip
pip3 install poetry==1.4.0
poetry install

Run

local

poetry run task local

prod

poetry run task prod

test

poetry run task test

Run Celery

local

poetry run task celeryLocal

prod

poetry run task celeryProd