Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tchx84/dimagi-example

Exercise from a Dimagi example website
https://github.com/tchx84/dimagi-example

Last synced: about 1 month ago
JSON representation

Exercise from a Dimagi example website

Awesome Lists containing this project

README

        

To run this example:
-------------------

```
$ git clone https://github.com/tchx84/dimagi-example.git
$ cd ./dimagi-example
$ ./server.py
$ ./tests.sh # in a separate terminal
```

Things to improve:
-----------------

* Use argparse to specify address and port.
* Use logging for debugging.
* Move assumptions from code comments to a proper document.
* Using a proper framework maybe?