Skip to content

MrUPGrade/fastapi-playground

Repository files navigation

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