Skip to content

diogosimao/snug-as-a-bug-in-a-couch

Repository files navigation

SnugAsABugInACouch

yet another watchlist manager

Build Status Coverage Status Code Health Requirements Status

Stack

  • pipenv
  • pip
  • Python 3.6

Info

There are two options to setup and run the app. You can either choose to setup the Docker (ToDo) environment or run it via pipenv (virtualenv like system). In both options you must have the 'stack' installed.

Docker setup requirements

  • Docker CE (lastest) installed
    • Installation

    • Used Docker images:

      • Python 3.6
      • Postgres
      • Nginx

Run the app

  1. Git clone this repo.

    $ git clone https://github.com/diogosimao/snugasabuginacouch.git && cd snugasabuginacouch

  2. Make sure you have pipenv installed via pip.

  3. Use pipenv to create a virtualenv, install its dependencies and activate the virtualenv.

    $ pipenv --three && pipenv shell

  4. Run . ./bin/start_development.sh

Note: lookup ./bin directory in order to get more options so that you can run the app.

Hosted on Heroku

Link

Acknowledgments

Leon Revill

About

Web app that manages your personal movies watch list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published