Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 263 Bytes

File metadata and controls

22 lines (14 loc) · 263 Bytes

This is a sample command line script to print all listings

  1. Start the database
docker-compose -f docker-compose.dev.yml up
  1. Apply all migrations
cd src
alembic upgrade head
  1. Run the script (from src directory):
python -m cli