A simple, lightweight, and efficient movie search engine built using Django and SQLite.
Ensure you have the following installed on your local machine:
- Python 3.8+
- Django 3.1+
- SQLite 3+
-
Clone the repository to your local machine:
git clone https://github.com/yourusername/django-movie-search.git
-
Navigate to the project directory:
cd django-movie-search
-
Install the necessary dependencies:
pip install -r requirements.txt
-
Apply migrations:
python manage.py migrate
-
Run the server:
python manage.py runserver