- Python 3.6+
- Virtualenvwrapper
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.