summaryrefslogtreecommitdiff
path: root/README
blob: 78a74954d046c663c56c386351c3faa107d3279c (plain)
1
2
3
4
5
6
7
8
9
10
How to run:

1. Install dependencies
	$ pip install -r requirements.txt

2. Change to app directory
	$ cd app

3. Start Flask
	$ flask run