python-ddd/src/cli at main · xbee/python-ddd · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

This is a sample command line script to print all listings

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