This basic app let you create an own database. You can search for a movie by the menu, just press a number and follow the instructions of the CLI.
If you start from scratch, it is recommended to add some movies to your database first. They will get automatically added to you database by using the imddb API.
python, some modules listet in requirements.txt and a internet connection.
- adding movies automaticaly adds movies from OMDB API with year, rating and poster.
- SQLite database
- Generation of static website including movieposters
- Clone the repository:
git clone <repository-url>
cd movie-database- Install dependencies:
pip install -r requirements.txt- Create
.envfile with your API key:
API_KEY='&apikey=your_api_key_here'
- For a fresh start delete movies.db otherwise you can the programm out with the already created db.
You can find the Website as index.html in the folder static.