Skip to content

rushmash91/OOEngine

 
 

Repository files navigation

OOEngine

Django Movie Search Engine

A simple, lightweight, and efficient movie search engine built using Django and SQLite.

Prerequisites

Ensure you have the following installed on your local machine:

  • Python 3.8+
  • Django 3.1+
  • SQLite 3+

Steps

  1. Clone the repository to your local machine:

    git clone https://github.com/yourusername/django-movie-search.git
  2. Navigate to the project directory:

    cd django-movie-search
  3. Install the necessary dependencies:

    pip install -r requirements.txt
  4. Apply migrations:

    python manage.py migrate
  5. Run the server:

    python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.8%
  • Python 9.4%
  • Other 0.8%