A blazingly fast server built using FastAPI, Redis, and friends.
- Python3.8.2
- Pip
- Poetry (Python Package Manager)
python -m venv .venv
source .venv/bin/activate
make install
make run
make up
make test
A blazingly fast server built using FastAPI, Redis, and friends.
python -m venv .venv
source .venv/bin/activate
make install
make run
make up
make test