Skip to content

An on-demand procedural ducky delivery service. An infinite stack of duckies!

License

Notifications You must be signed in to change notification settings

python-discord/quackstack

Folders and files

NameName
Last commit message
Last commit date
Jul 7, 2024
Jul 7, 2024
Dec 6, 2023
Sep 23, 2022
Dec 6, 2023
Sep 23, 2022
Jul 27, 2021
Sep 23, 2022
Sep 23, 2022
Jul 18, 2024
Jul 18, 2024

Repository files navigation

quackstack

An on-demand procedural ducky delivery service. An infinite stack of duckies!

Server Setup

Poetry

  1. Install Poetry with pip install poetry
  2. Install the dependencies with Poetry: poetry install
  3. Run the server: poetry run uvicorn main:app --host 127.0.0.1 --port 8077

Note: to run the server for development you can use poetry run task start-dev which will start the server on port 8000.

Docker Compose

Linux

sudo docker compose up

Windows

docker compose up