This is a web application built using Django framework, aiming to replicate the functionality and user interface of the popular streaming platform Netflix.
To use the To-Do List application, follow these steps:
- Clone the repository to your local machine
- Install Python and Django on your system
- Create a virtual environment for the project
- Activate the virtual environment
- Run the command
python manage.py migrate
to set up the database - Run the command
python manage.py runserver
to start the server - Open a web browser and navigate to
http://localhost:8000
to access the application
This project was created with the help of the Django documentation and various online tutorials.