haemin-lee / Iago

For AthenaHacks 2021 :)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iago

alt text

How to run python flask server:

cd Iago/server

[only need to do this once]

export FLASK_APP=server.py
flask run

Using ngrok:

download it, unzip it, go to the directory in terminal, run:

sudo mv ngrok /usr/bin

Launch the web app:

cd Iago/web

[If you don't have npm, run command npm install]

npm i
npm start

You can refresh the web app through the browser on localhost:3000. Navigate through the home page, about page, and user/doctor login pages to explore the web application and start the game!

About

For AthenaHacks 2021 :)


Languages

Language:JavaScript 73.2%Language:Shell 17.8%Language:Python 3.3%Language:HTML 2.9%Language:CSS 2.8%