sarahraqueld / IntegraTI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Python 97.0%Language:Makefile 3.0%