https://github.com/python-discord/quackstack
An on-demand procedural ducky delivery service. An infinite stack of duckies!
https://github.com/python-discord/quackstack
Last synced: 4 months ago
JSON representation
An on-demand procedural ducky delivery service. An infinite stack of duckies!
- Host: GitHub
- URL: https://github.com/python-discord/quackstack
- Owner: python-discord
- License: mit
- Created: 2021-04-01T12:51:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-18T20:32:40.000Z (10 months ago)
- Last Synced: 2024-07-19T04:18:37.099Z (10 months ago)
- Language: Python
- Size: 1.32 MB
- Stars: 7
- Watchers: 27
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`