Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 228 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 228 Bytes

Template

Install

Install dependency

pip install -r requirements.txt

Usage

Start WEB Application

uvicorn app.main:app --reload

Start with docker-compose

docker-compose up -d