Skip to content

sahlamba/watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watch

One place to view all necessary details and links related to any movie on the web. A collection of ratings, reviews, download links and subtitles.

Written using the Django framework and AngularJS
Hosted on Heroku

Setup local development environment

Clone the repository

git clone https://github.com/thedrumsknight/watch.git
cd watch

Setup Postgres DB

createuser -s -d -l -P aman

When prompted to enter password enter cg.9

createdb -O aman watch

Install dependencies

pip install -r requirements.txt

Run migrations to sync DB

python manage.py syncdb

Start server

python manage.py runserver

Server will start on http://localhost:8000/

Credits

Developed and maintained by Sahil Lamba, Aman Shrivastava and Mihir Rana

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors