Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 647 Bytes

README.md

File metadata and controls

38 lines (31 loc) · 647 Bytes

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.