SkyloveQiu / fastapi-template

FastAPI based template application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI template

Installation

  • Virtualenv:
pip3 install -r requirements.txt
  • Docker:
docker pull pk13055/fastapi-template:mongo
docker run -v $PWD/:/app -p 8080:8080 -d pk13055/fastapi-template:mongo

OR

git clone /this/repo
docker build -t image:tag .
docker run -v $PWD/:/app -p 8080:8080 -d image:tag

About

FastAPI based template application


Languages

Language:Python 92.9%Language:Dockerfile 7.1%