Netflix Clone made with Django & TailwindCSS. This project is not associated with official Netflix in any way. This project is solely for the educational purpose.
This Netflix Clone is incomplete. I started working on this when I was learning web development. But got occupied with work so no time to complete it.
- Responsive
- Login & Logout
- Profiles
- Movies/Series
Optional: Would be nice if you do everything told here in a virtual environment rather than a global environment.
- Install all the required libraries:
pip install -r requirements.txt
- Migrations
python manage.py makemigrations
python manage.py migrate
- Run:
python manage.py runserver
- Sign Up (Desktop)
- Sign In (Mobile)
- Sign Up (Mobile)