Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 399 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 399 Bytes

fastapi-playground

Create and activate virtual env

python3.7 -m venv venv 
source venv/bin/activate
pip install --upgrade pip

Install dependencies

pip install -r requirements.txt
pip install -r requirements-test.txt

Run the dependency services

docker-compose up -d

Run the app

source env-dev.sh
python -m api