1
Swtr
2
====
3
4
Swtr app is the Sweet Maker and Sweet Swagger app together.
5
In other words, this the definitive client side application for sweets.
6
7
Installing
8
==========
9
10
In this directory, run
11
12
$ python setup.py install
13
14
Running in Dev Mode
15
===================
16
17
Configure options in config file and
18
19
$ python swtr/server.py
20
21
then navigate to the URL in your browser
22
23
Deployment
24
==========
25
26
See deploying flask apps