Added Flask Tutorial and Restructured Project

This commit is contained in:
sayands 2018-04-20 12:01:41 +05:30
parent fb0f3dce93
commit 818c7001b9

View File

@ -222,13 +222,15 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
### Web Applications:
* [Build a Microblog with Flask](https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world)
* [Create a blog webapp in Django](https://tutorial.djangogirls.org/en/)
* [Extend the Django Blog Web App](https://legacy.gitbook.com/book/djangogirls/django-girls-tutorial-extensions/details)
* Create a Blog Web App In Django
* [Part I : Introduction](https://tutorial.djangogirls.org/en/)
* [Part II : Extension To Add More Features](https://legacy.gitbook.com/book/djangogirls/django-girls-tutorial-extensions/details)
* [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 RESTful Microservice in Python](http://www.skybert.net/python/developing-a-restful-micro-service-in-python/)
* [Microservices with Docker, Flask, and React](https://testdriven.io/)
* [Build A Simple Web App With Flask](https://pythonspot.com/flask-web-app-with-python/)
### Bots: