Skip to content

momonoki1990/fastapi-todo-list-api

Repository files navigation

Local Run

$ docker compose build

$ docker compose run --entrypoint "poetry install" app

# start FastAPI server on http://localhost:8000/
$ docker compose up

# DB Migration
$ docker compose exec app poetry run python -m src.migrate_db

# test
$ docker compose exec app poetry run tox

API Document

access to http://localhost:8000/docs and try http request via "Try it out" button on the document.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published