Skip to content

A Django REST Server that can be used to list movies (using scraping from IMDb), add a movie to watchlist, remove it and view the list, same for watchedlist. The movies endpoint is used by IMDb-front to show movies on autocomplete.

Notifications You must be signed in to change notification settings

Troy96/IMDbify-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDbify-back

A Django REST Server that can be used to list movies (using scraping from IMDb), add a movie to watchlist, remove it and view the list, same for watchedlist. The movies endpoint is used by IMDb-front to show movies on autocomplete.

Getting Started

Setup project environment with virtualenv and pip.

$ virtualenv project-env
$ source project-env/bin/activate
$ cd to/project/folder
$ pip install -r requirements.txt

Setup the Database

$ python manage.py migrate

Run the server

$ python manage.py runserver

The server should be running on http://127.0.0.1:8000

About

A Django REST Server that can be used to list movies (using scraping from IMDb), add a movie to watchlist, remove it and view the list, same for watchedlist. The movies endpoint is used by IMDb-front to show movies on autocomplete.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages