Re: Newbie - Microservice in Django - Best place to start learning

2018-02-02 Thread Paul Tiplady
Assuming you're trying to build a REST API and not a HTML website, you should look at http://www.django-rest-framework.org/ as it provides a lot of djangonic convenience methods for building REST APIs with the Django ORM. On Thursday, February 1, 2018 at 9:16:47 AM UTC-8, pratibha sharma wrote:

Newbie - Microservice in Django - Best place to start learning

2018-02-01 Thread pratibha sharma
Hi, I have created 2 example websites in Django i.e. Voting and event booking systems. I want to learn to create microservice in Django. I took below example for it. Service will 1. take data from UI (it will send it in JSON format), 2. store data in DB(MySQL) 3. Send Data to a device (in JS