Code Monkey home page Code Monkey logo

movies_catalogue's Introduction

Flask Movie Database App

Table of Contents

General Information

This Flask web application allows users to browse and discover movies from the popular TMDb (The Movie Database) API.

Users can view popular, now playing, top-rated, and upcoming movies, as well as individual movie details and cast information.

Technologies Used

-Flask - A lightweight Python web framework

-Bootstrap - A popular CSS framework for responsive web design

-TMDb API - A community-driven movie and TV information database

Features

-Browse movies by category: Popular, Now Playing, Top Rated, and Upcoming

-View movie details, including tagline, overview, budget, and genres

-See cast information with actor images and character names

-Responsive design for optimal viewing on various screen sizes

Screenshots

Example screenshot

Setup

1.Clone the repository:

  git clone https://github.com/yourusername/flask-movie-database-app.git
  cd flask-movie-database-app

2.Create a virtual environment and install dependencies:

  python3 -m venv venv
  source venv/bin/activate
  pip install -r requirements.txt

3.Set up your TMDb API key:

-Register for a free account at TMDb and request an API key from your account settings.

-Replace the Api_token variable in the tmdb_client.py file with your own API key.

4.Run the application:

  export FLASK_APP=main.py
  flask run

5.Open your browser and visit http://localhost:5000 to view the app.

Project Status

Project is: in progress

Acknowledgements

-TMDb for providing the movie data and images

-Bootstrap for the responsive design templates and components

-OpenAI for providing guidance and suggestions through ChatGPT

License

This project is licensed under the MIT License.

movies_catalogue's People

Contributors

deciever5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.