Skip to content

theory-of-comedy/spelling-dee-backend

Repository files navigation

Development

Setup project

git clone https://github.com/theory-of-comedy/spelling-dee-backend.git
git checkout dev
python -m venv venv

source ./venv/bin/activate # for MacOS and Linux
.\venv\Scripts\activate # for Window

pip install -r ./requirements-dev.txt
uvicorn main:app --reload
# http://localhost:8000/docs

Enable precommit

pre-commit install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published