CentreForDigitalHumanities / cookiecutter-webapp-deluxe

BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Feature/sample backend communication #12

Closed alexhebing closed 4 years ago

alexhebing commented 4 years ago

@oktaal: could you please have a look if this is ok? As I explain in #11, I only implemented the services at the frontend, because a fake app at the backend would really set a wrong example. Please let me know if the http handling should be done differently, because I expect, given this code, hardly anyone will change the backend calls (and they shouldn't have to).

This also enables live reload, which works like a charm on my machine :wink:. Can you agree with that?

alexhebing commented 4 years ago

Thanks! As I tried to explain in #12, I stopped implementing a simple backend app because it felt so wrong. But perhaps, I'm thinking now, I could base it on the Django tutorial. Let me give it another try...