/twitoff-pt

A basic application of Twitter responses using predictive analysis to determine user.

Primary LanguagePython

TWITOFF

Web dev with Flask

Installation

git clone git@github.com:s2t2/twitoff-pt5.git
cd twitoff-pt5/

Setup

pipenv install

Migrate the database:

FLASK_APP=web_app flask db init
FLASK_APP=web_app flask db migrate
FLASK_APP=web_app flask db upgrade

Usage

FLASK_APP=web_app flask run