This project was created for extended Python course subject.
TO-DO
- Command line interface
- 2 types of data: movies and people
- Restful API
This package was tested on Python 3.11, but it should work on Python ^3.8.
Please install it with:
pip3 install -e .
python3 -m movees
or use poetry:
poetry install
poetry run python3 -m movees
you can also specify database file path:
MOVEES_DB_PATH="database.db" python3 -m movees