-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample frontend-backend communication #11
Comments
I will add this in from the testapp. |
Hmmm, now that I am doing this, it feels wrong. I have to create a What I have done now is make a service in the frontend that returns some mock data. This should make for a nice example of how to do things (once reviewed and perhaps improved). Is that sufficient for now @oktaal, or do we really need something at the backend (i.e. a much more detailed example implementing a Viewset and everything?)? |
Hello all, for khatt I was experimenting with django-restframework and ran into Restangular. Does anyone have experience with this? It looks like it's formatting requests to the backend in a way that may be very compatible with django-rest. |
I don't have experience with it. |
This is very interesting, I think it might be possible to combine it with something like django-typomatic to have the Django models available as interfaces in the Angular frontend. |
In-te-resting! |
It's a version 0.0.1, though. Maybe a bit early to adopt? |
Have some basic hello-world frontend-backend API call.
The text was updated successfully, but these errors were encountered: