empath-client icon indicating copy to clipboard operation
empath-client copied to clipboard

Documentation on creating a backend

Open timtutt opened this issue 6 years ago • 2 comments

It appears that creating a category requires an external call to a backend server which then returns results for the creating of that category. If I were running the empath client behind a firewall, this would be an issue. Is there documentation on standing up a backend server to handle those requests?

Thanks!

timtutt avatar Sep 19 '17 14:09 timtutt

@heeryung - I actually noticed it while browsing the code - I hadn't attempted to actually create a category.

On Tue, Sep 19, 2017 at 6:33 PM, heeryung [email protected] wrote:

I think I have a similar issue. @timtutt https://github.com/timtutt Do you have an error message like this? :

requests.exceptions.ConnectionError: HTTPConnectionPool(host='-', port=-): Max retries exceeded with url: /create_category (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x102e951d0>: Failed to establish a new connection: [Errno 61] Connection refused',))

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Ejhfast/empath-client/issues/2#issuecomment-330692823, or mute the thread https://github.com/notifications/unsubscribe-auth/ABcntJ3xXXd6yG9iAwxzeavpL_5IknNgks5skEEmgaJpZM4Pcf9k .

timtutt avatar Sep 20 '17 13:09 timtutt

How to send request to backend server,is there any api's available?

suhasdatascientist avatar Aug 18 '19 04:08 suhasdatascientist