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.
✅ 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
- Backend: Django Rest Framework
- Frontend: React
pip install pipenv
pipenv install --dev
pipenv shell
python manage.py migrate
python manage.py runserver
cd frontend
npm install
npm run dev