Skip to content

CMU-RASL/quori_game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robot-teaches-game

Installation

pip install flask
pip install email-validator
pip install flask-wtf
pip install flask-login
pip install flask-sqlalchemy
pip install flask-migrate
pip install numpy scipy matplotlib pandas pingouin
  • Create the database using
flask db init
flask db migrate -m "user table"
flask db upgrade
flask db migrate -m "trial table"
flask db upgrade
flask db migrate -m "demo table"
flask db upgrade
flask db migrate -m "condition table"
flask db upgrade
flask db migrate -m "survey table"
flask db upgrade
  • Run the app with python -m flask run

Useful Links

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 61.1%
  • HTML 32.9%
  • JavaScript 2.8%
  • CSS 2.5%
  • Mako 0.7%