Skip to content

dbarchowsky/bg_tracking

Repository files navigation

Background Tracking

App that tracks animation background painting progress.

Prerequisites

Utilities

  • pip installed with sudo easy_install pip or follow these instructions for installing pip without admin priviledges.
  • virtualenv installed with pip install virtualenv.

Virtual environment

Start the virtual environment with:

$ source ./venv/bin/activate

Libraries

After invoking the virtual env, install 3rd-party packages with:

pip install -r requirements-to-freeze.txt --upgrade

If any libraries are updated, the changes can be saved to requirements.txt:

pip freeze > requirements.txt

Configuration

Database

The database for the project is currently a local sqlite3 file: ./bgs.db

It needs to be copied into the local working directory.

Starting the server

python run.py

A message to the effect that the server is Running on http://127.0.0.1:5000/ should display.

Now connect to the server in a browser using that address.

About

App to track animation background painting progress.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published