Skip to content

jimgong92/philotes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Philotes

Network analysis tool to generate the optimal strategy for minimizing bullying in youth peer networks.

Table of Contents

  1. Example Usage
  2. Development
  3. Setup
  4. Installing Dependencies
  5. Running
  6. Stack

Example Usage

Development

Setup

  • Install Redis
    brew install redis
    
  • Install Postgres.app
  • Run Postgres.app
  • Create virtual environment for Python dependencies:
    virtualenv venv
    source venv/bin/activate
    

Installing Dependencies

  • Install node dependencies:

    npm install
    
  • Install python dependencies:

    pip install -r requirements.txt
    

Running

redis-server
gulp
python run.py

Stack

  • PostgreSQL
  • SQLAlchemy
  • Python
  • React
  • Flux

About

Best outcomes generator for social networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published