From 6b85d2c27916e3ed97e4dc60f24a5b6ed8ce0738 Mon Sep 17 00:00:00 2001 From: Tu Tran Date: Thu, 18 May 2017 16:13:39 -0400 Subject: [PATCH] develop a restful microservice in python --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a6417c2..959278a 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Choose Your Own Adventure Presentations](https://www.twilio.com/blog/2015/03/choose-your-own-adventures-presentations-wizard-mode-part-1-of-3.html) * [Build a Todo List with Flask and RethinkDB](https://realpython.com/blog/python/rethink-flask-a-simple-todo-list-powered-by-flask-and-rethinkdb/) * [Build a Todo List with Django and Test-Driven Development](http://www.obeythetestinggoat.com/) +* [Build a a RESTful Microservice in Pythoin](http://www.skybert.net/python/developing-a-restful-micro-service-in-python/) ### Bots: * [Build a Reddit Bot](http://pythonforengineers.com/build-a-reddit-bot-part-1/) * [How to Make a Reddit Bot - YouTube](https://www.youtube.com/watch?v=krTUf7BpTc0)