Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yanikkumar/django-imdb-clone

A small clone of imdb in django loaded with small features
https://github.com/yanikkumar/django-imdb-clone

Last synced: about 1 month ago
JSON representation

A small clone of imdb in django loaded with small features

Awesome Lists containing this project

README

        

# django-imdb-clone
A small clone of imdb in django loaded with small features.
More Features will be added soon.

## Full Step to work:
* clone the project or download the project and extract. (choose either way)
* cd into the project folder i.e. `cd imdb-clone` or open cmd inside the folder.
* First install the requirements.txt file via command `pip install -r requirement.txt`
* Then cd into the scripts folder and activate. `cd scripts` -> `activate`
* cd back to imdb clone and cd into src.
* Run the command `python manage.py make migrations` & then `python manage.py migrate`
* Create a Super user for admin pannel. `python manage.py createsuperuser` (create one)
* Finally run the server via `python manage.py runserver` (open up in browser : 127.0.0.1:8000)

## Screenshots
![Index Page]( screenshot/home.png)
![Different Featured]( screenshot/types.png)
![Categpry and Year Wise]( screenshot/category.png)