ensargx / FastAPI-Todo-App

Todo app api with FastAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Todo app api with FastAPI


Languages

Language:Python 78.2%Language:HTML 18.3%Language:JavaScript 1.9%Language:Dockerfile 1.6%