Skip to content

AntXlab/miitus

Repository files navigation

miitus

A platform for massive group discussion(targeting more than 1000+ people at the same time).

  • effectively exchange of opinions.
  • next generation voting-like opinion gathering mechanism.

##Contents


###Development prepare for web development

cd client/web/
npm install
bower install

prepare for server development

pip install -r requirement-dev.txt

Other dependencies

  • npm
  • rabbitmq
  • cassandra

Start Rest Server

python run.py

Start worker

celery -A miitus.srv.tasks worker --app=miitus.srv.core:__celery_app --loglevel=info --autoreload

Server side testing

py.test -s -v --cov=miitus --cov-report=html miitus/tests

Client side code build

grunt build

You will find a dist folder under client/web/

About

a web-app focuses on massive group-discussion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published