/Cameo

Web application made with Django, gives information about films, series.

Primary LanguageHTMLMIT LicenseMIT

Cameo

Web application made with Django that gives information about movies and series.

Getting Started

Python 3.6 or later is required to run the project

Cloning the repository

Download directly via GitHub or by using Git:

git clone https://github.com/vishnuz1611/Cameo.git

Install the dependencies

Install virtualenv

pip install virtualenv

Create a virtual environment

virtualenv venv

Activate the virtual environment

From the project's root directory:

cd venv/Scripts
activate

Install dependencies from requirements.txt

From the project's root directory

pip install -r requirements.txt

Start the project

From the project's root directory

cd core
python manage.py runserver

To stop the server press Ctrl + C

Deactivate the virtual environment

To stop the server

deactivate

Screenshots

Home Page

image image

Search Results

image

Description page

image

Watchlist

image

Login & Register

image image