/FastAPI-Todo-App

Todo app api with FastAPI

Primary LanguagePython

FastAPI Todo App

Docs

FastAPI

Configure

Change the ENV JWT_SECRET_KEY=SECRET in the Dockerfile to a secret key of your choice.

Build Docker

docker build -t fastapi_todo .
docker run -d --name my_todo_app -p 80:80 fastapi_todo