A command-line interface for managing a pet adoption centre using SQLAlchemy ORM.
pipenv install
pipenv shell
Run the CLI application:
python main.py --help
python main.py add-pet
- Add a new petpython main.py list-pets
- List available petspython main.py add-adopter
- Register a new adopterpython main.py adopt-pet
- Process an adoptionpython main.py list-adoptions
- View completed adoptions