FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

python-ddd/src/cli/README.md at main · XyLearningProgramming/python-ddd · GitHub

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

Back | FazBrowse Home | New Git URL