- Based on FastAPI Supbase Template
- Generates comment about given words
curl --location 'http://0.0.0.0:8000/api/v1/comments/' \
--header 'Content-Type: application/json' \
--data '{"keywords": ["lovely", "husband"]}'curl --location 'http://0.0.0.0:8000/api/v1/comments/'This projects uses the following standard tools:
uv is an extremely fast Python package and project manager, written in Rust.
install supabase-cli
# brew in linux https://brew.sh/
brew install supabase/tap/supabaselaunch supabase docker containers
# under repo root
supabase startGenerate .env file based on example.env file
uv sync --all-groups --devmake migratemake downgrademake migrationsmake testmake startbuild
make docker-buildtest
make docker-start