Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tchx84/dimagi-example
- Owner: tchx84
- Created: 2015-03-20T21:52:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T01:48:00.000Z (almost 10 years ago)
- Last Synced: 2024-10-15T23:35:19.942Z (3 months ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?