Skip to content

An AngularJS and Django Rest Framework based Films Compilation App

Notifications You must be signed in to change notification settings

shubhamkharose/MovieStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MovieStore

An AngularJS and Django Rest Framework based Films Compilation App

Steps to Run the Application on your machine:-

  1. Clone this repository. git clone https://github.com/shubhamkharose/MovieStore
  2. Navigate to film cd film, and create a virtual environment - virtualenv venv and activate it - venv\Scripts\activate
  3. Install all python dependencies - pip install -r requirements.txt
  4. Make all model migrations to create a Database - python film\manage.py makemigrations && python film\manage.py migrate
  5. Run /frontend/filmsite.html on your Web Browser and play around.

About

An AngularJS and Django Rest Framework based Films Compilation App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published