Giter Site home page Giter Site logo

flaskapp's Introduction

FlaskApp

BlackcofferDjangoTask

Movie Search Webapp

This is a Django webapp that allows you to search for movies and view their cast details. The app uses Neo4j as the backend database to store movie and cast data.

Getting Started

To run this app locally, you'll need to have Python and Neo4j installed on your system.

  1. Clone the repository:

    git clone https://github.com/CodArtist/FlaskApp.git
  2. Install the required Python packages:

    pip install Flask neo4j
  3. Start the Django web server:

    export FLASK_APP=app.py
    export FLASK_ENV=development
    flask run
  4. Open the webapp in your browser at http://localhost:3000/.

Usage

To search for a movie, enter the movie title in the search box on the homepage and click the "Search" button. The app will display a list of matching movies, along with their release year and cast details.

To view the cast details for a movie, hover your cursor on the movie card. The app will display a list of the movie's cast members, along with their roles.

Credits

This webapp was created by Harsh Jain as a project task for Blackcoffer. The movie data was obtained from neo4j.

flaskapp's People

Contributors

codartist 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.