Video Authentication System
A secure web application built with Django for user authentication via video submission and processing.
Setup Instructions
- Create and activate virtual environment python -m venv venv venv\Scripts\activate
- Install dependencies pip install -r requirements.txt
- Make migrations and migrate python manage.py makemigrations python manage.py migrate
- Create superuser python manage.py createsuperuser
- Run development server python manage.py runserver Access the app at http://127.0.0.1:8000/ Requirements Python 3.10+ Django (latest stable) TailwindCSS