hamtie / nash

Nash reality testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nash reality testing

The server code is currently only tested on Ubuntu 16.04 (Xenial).

To setup and start running:

  • install flask, nodejs, npm, nodemon
  • install karma-cli [sudo] npm install -g karma-cli
  • make env
  • source activate
  • python manage.py init_db
  • python manage.py runserver

To run tests:

  • ./runtests.sh

To run the website so that it will be externally visible, do this:

  • python manage.py runserver --host 0.0.0.0

Flask-User-starter-app was used as a starting point for this code repository.

About

Nash reality testing

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 32.6%Language:Python 32.4%Language:HTML 27.6%Language:CSS 5.9%Language:Shell 1.0%Language:Mako 0.3%Language:Makefile 0.2%