Skip to content

Moktur/movieproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my Movie App

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.

What you need

python, some modules listet in requirements.txt and a internet connection.

Functionality

  • adding movies automaticaly adds movies from OMDB API with year, rating and poster.
  • SQLite database
  • Generation of static website including movieposters

Installation

  1. Clone the repository:
git clone <repository-url>
cd movie-database
  1. Install dependencies:
pip install -r requirements.txt
  1. Create .env file with your API key:
API_KEY='&apikey=your_api_key_here'
  1. For a fresh start delete movies.db otherwise you can the programm out with the already created db.

Where do I find the website?

You can find the Website as index.html in the folder static.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors