You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contains a couple of good starter projects such as a live blog and a
236
241
chat application to use as base code.
237
-
242
+
243
+
* The [Developing a Real-Time Taxi App with Django Channels and Angular](https://testdriven.io/courses/real-time-app-with-django-channels-and-angular/?utm_source=fsp)
244
+
course details how to create a ride-sharing app with Django Channels,
245
+
Angular, and Docker. Along the way, you'll learn how to manage
246
+
client/server communication with Django Channels, control flow and
247
+
routing with Angular, and build a RESTful API with Django REST
248
+
Framework.
238
249
239
250
## Django testing
240
251
*[Integrating Front End Tools with Django](https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/)
0 commit comments