IntegraTI

Build Status


Requirements

  • Python 3.6+
  • Virtualenvwrapper

Set Up

Clone this project and create the virtual environment:

$ git clone https://github.com/sarahraquel/IntegraTI.git
$ mkvirtualenv integravenv
$ workon integravenv

Install all dependencies

$ make install

Setup database:

$ make db

Testing:

$ make test

Running the app:

$ make run

You can now go to http://localhost:8000.