Skip to content

Running

Wendel Hime edited this page Feb 2, 2018 · 2 revisions

You can start this API running:

python3 app.py

And you'll see something like:

 * Running on http://127.0.0.1:8888/ (Press CTRL+C to quit)
 * Restarting with stat
 * Debugger is active!

Access http://127.0.0.1:8888/api and you can access a documentation page

We'll create a docker container make things more easy

Clone this wiki locally