Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 438 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 438 Bytes

zql

SQL for Gen Z.

Open in Gitpod

Getting Started

  1. Install poetry and Docker.
  2. Run application: docker compose up
  3. Run tests: docker compose -f test-docker-compose.yml up --build

Commands

Start a shell inside the container:

docker exec -it zql_web bash

Run unit tests:

poetry run pytest