Skip to content

aswinbalajig/Movie-Dux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎬 Movie-Dux

Movie-Dux is an application that allows users to browse, search, and filter movies while providing a personalized watchlist feature to save their favorite selections.

🚀 Features

✅ Browse a wide collection of movies
✅ Search for movies by title
✅ Apply filters to refine movie selections
✅ Add movies to a personalized watchlist
✅ Remove movies from the watchlist

🛠️ Tech Stack

  • Backend: Django Rest Framework
  • Frontend: React

Backend Setup (Django Rest Framework)

Install pipenv (if not installed):

pip install pipenv

📌 Create a virtual environment and install dependencies

pipenv install --dev

📌 Activate the virtual environment

pipenv shell

📌 Run migrations and start the server

python manage.py migrate
python manage.py runserver

Frontend Setup

📌 Navigate to the frontend directory

cd frontend

📌 Install dependencies and start the development server

npm install
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published