Vidly is a simple video rental application built on Django, offering users the ability to browse movies and providing an admin panel for managing both movie content and user accounts.
- Python 3.12
- Django 4.1
- Django REST API with Tastypie 0.14.6
- HTML/CSS (Bootstrap)
- SQLite
You can follow these steps to run Vidly locally:
- Clone this repository:
git clone https://github.com/Hossein-Molaeian/Vidly.git
- Install the required dependencies:
pip install -r requirements.txt
- Run the Django server:
python manage.py runserver