Skip to content
Snippets Groups Projects
arryan's avatar
arryan authored
bf3656f7
History
Name Last commit Last update
.gitignore
readme.md
server.py

Setup instructions

  • clone this (git clone git@gitlab.eecs.umich.edu:erikaww/project-x.git)
  • install flash (pip3 install flask)
  • export (export FLASK_APP=server)
  • start flask (flask run)
  • navigate to localhost:5000 in browser of choice