Skip to content

MOHAMEDSAMEER78/CinemaVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Library Web Application

Description

This is a web application that allows users to search for movies and view details about them. The application uses the OMDb API to search for movies and retrieve information about them. The application is built using the Django web framework and is deployed on Heroku.

Features

  • Search for movies by title
  • View details about a movie
  • Add a movie to your movielist
  • Create new movielist
  • View your movielist
  • Make your movielist public or private

Technologies

  • Python
  • Django
  • HTML
  • CSS
  • JavaScript
  • Heroku

Installation

  1. Clone the repository
  2. Create a virtual environment using python3 -m venv venv
  3. Activate the virtual environment using venv\Scripts\activate on Windows or source venv/bin/activate on MacOS/Linux
  4. Install the required packages using pip install -r requirements.txt
  5. Run the application using python3 manage.py runserver

Usage

  1. Used a simple user authentication system to allow users to create accounts and login
  2. Search for a movie by entering the title in the search bar and clicking the search button
  3. Click on a movie to view details about it
  4. Click the "Add to movielist" button to add the movie to your movielist
  5. Click the "Create new movielist" button to create new list and add visibility of the list (public or private)
  6. Click the movie list name to access the list of movies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published