Skip to content

betinacosta/moviemancer

Repository files navigation

Coverage Status Build Status

Moviemancer

Moviemancer is a website for movie recommendation.

Production: http://moviemancer-api.herokuapp.com/

moviemancer on action

Getting Started

Requirements

Instalation

  • $ make setup

Running Locally

Setting the Database

Inside the project directory run: $ make recreate_db

This will drop the moviemancer database and user in case you already have one and recreate those with the proper configuration.

If you wish just setup a moviemancer db that you already created, just run $ make setup_db

Configuring settings.py

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'moviemancer',
        'USER': 'moviemancer',
        'PASSWORD': moviemancer,
        'HOST': 'localhost',
        'PORT': 5432,
    }
}

Runing

Inside the project directory run:

  • $ make run
  • open http://127.0.0.1:8000

Deploying to Heroku

$ heroku create
$ git push heroku master

$ heroku run python manage.py migrate
$ heroku open

About

Web application for movie recommendation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •