👩🏽💻 On process..
🍿 Bringing the Big Screen to Your Home 🍿 NextFlick is a home cinema platform designed to enhance your movie and TV show experience. It allows users to discover, organize, and enjoy their favorite content seamlessly. With an interactive and user-friendly interface, NextFlick is perfect for hosting movie nights or building a personalized entertainment library. The platform focuses on delivering a cinematic experience from the comfort of your home, combining simplicity with powerful features to transform how you watch and manage your media.
- Frontend: HTML, CSS, JavaScript
- Backend: Python, Django
- Search for movies and TV shows.
- Create your own personal movie library.
- Rate and review movies.
- User-friendly interface.
-
Clone the repository:
git clone https://github.com/your-username/python-django-project-nextflick.git
- On your terminal:
cd python-django-project-nextflick
- On your terminal:
-
Set Up a Virtual Environment:
python3.13 -m venv myenv source myenv/bin/activate- Upgrade pip and Install Django (if needed):
python -m pip install --upgrade pip pip3 install django
- Upgrade pip and Install Django (if needed):
-
Run the development server:
python3 manage.py runserver
-
Open the app in your browser
Visit the following URL:
http://127.0.0.1:8000
