Skip to content

SteemData/classify.steemdata.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEMO: https://vimeo.com/242144832

TODO

  • deploy as a SteemData service

Requirements

This guide assumes MacOS with HomeBrew.

Dependencies

Install JS dependencies:

npm install -g browserify

cd public
npm i

browserify -r eosio > bundle.js

Install Python 3.6.

brew install python3

Install and Start Redis:

brew install redis
brew services start redis

Install Python dependencies:

pip install -r requirements.txt

Run Locally

Run the Flask server:

export FLASK_APP=src/views.py
flask run --reload --debugger

Environment Variables

Variable Default
PRODUCTION False
SECRET_KEY not_a_secret

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published