Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 511 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 511 Bytes

movemakers-backend

(wip) find your favorite instructors, studios, classes, crews, and even choreographies!

lint & format

# lint
❯ ruff check --fix .
❯ ruff check --fix --select I

# format
❯ black .

tests

❯ docker exec -it app bash
root@01c3febebb0d:/app# pytest

run app in docker

# shut down
❯ docker-compose down

# shut down and remove volumes
❯ docker-compose down -v

# build & run in detached mode
❯ docker-compose up -d --build