Skip to content

coltonajackson/Moovie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moovie

Moovie - Project to Provide Unbiased Ratings on Movies Built with the following frameworks

  1. React - Front-End
  2. Django/REST API - Back-End

Usage

Clone repo

git clone https://github.com/coltonajackson/Moovie.git

Create Python virtual environment and activate environment

python -m virtualenv env
.\\env\\scripts\\activate

Install dependencies for Django 'backend'

pip install -r requirements.txt

Install dependencies for React 'frontend'

cd frontend
npm install

Run build for frontend

npm run build

Change to root directory and collect staticfiles for Django app

cd ..
python manage.py collectstatic

Run project from root with python manage.py runserver

python manage.py runserver

Environment Variable Setup

Create .env in the root project folder and enter the variables below

IMAGE_INLINE_SIZE_LIMIT = 0

View Live Demo on Heroku here.

About

Moovie - Project to Provide Unbiased Ratings on Movies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published