From 1b63cb8144dd1f5e7ba3f94a9a9d4fa109479bca Mon Sep 17 00:00:00 2001 From: haim kastner Date: Sun, 1 Sep 2019 23:57:46 +0300 Subject: [PATCH] Update runing alone in md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31be390..1357701 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,14 @@ Simple, light-weight server for RF commands (such as: IR, 433 MHz etc.) for appl * create mongodb database named `ir-commands`. * create collection named `commands`. * set `DATABASE_URL` env ver with mongo url for example `mongodb://:@:/ir-commands`. +* run it using `python app.py`. +* in production run is recomended using `gunicorn`. # technologies The Server is Build with Ptyhon, on flask framwork for the HTTP Routing, mongoDB for the data storing. # purposes -If you have project that use RF commands for appliances (For exmple, see my great project [casanet](https://github.com/haimkastner/home-iot-server)), worry no more! this project will help with storing and fatching commands on demand. +If you have project that use RF commands for appliances (For exmple, see my great project [casanet](https://github.com/casanet/casanet-server)), worry no more! this project will help with storing and fatching commands on demand. With simple RESTfull API, you will be able the get all the avilable devices in the system, and their known commands. # stages