didi9 / movie-lookup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movie Lookup

Getting Started

Make sure that virtualenv, django and vue.js are installed on your machine (pip install virtualenv, pip install django and see here for instructions on vue.js)

Clone this repository and run the following commands in order to set up the environment and run the server:

  • virtualenv -p /usr/local/bin/python3 env
  • source env/bin/activate
  • cd movielookup
  • python manage.py runserver

It should display a url that you can copy and paste into a browser. Enjoy searching movies to your hearts content!

About


Languages

Language:Python 78.7%Language:HTML 21.3%