All Projects → bhavaniravi → Flask Tutorial

bhavaniravi / Flask Tutorial

A tutorial to build your first flask application

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flask Tutorial

30 Days Of Python
Learn Python for the next 30 (or so) Days.
Stars: ✭ 1,748 (+2913.79%)
Mutual labels:  api, flask, tutorial
Botvid 19
Messenger Bot that scrapes for COVID-19 data and periodically updates subscribers via Facebook Messages. Created using Python/Flask, MYSQL, HTML, Heroku
Stars: ✭ 34 (-41.38%)
Mutual labels:  flask, webapp
Cancer Donation Portal Python Flask App
Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript
Stars: ✭ 32 (-44.83%)
Mutual labels:  flask, webapp
Python Api Development Fundamentals
Develop a full-stack web application with Python and Flask
Stars: ✭ 44 (-24.14%)
Mutual labels:  api, flask
Apispec
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
Stars: ✭ 831 (+1332.76%)
Mutual labels:  api, flask
Social Listener
Python project used to collect tweets and social-network data from Social's API
Stars: ✭ 9 (-84.48%)
Mutual labels:  api, flask
Intro To Apis Course
Introduction to APIs course
Stars: ✭ 1,009 (+1639.66%)
Mutual labels:  api, tutorial
Rails5 api tutorial
Learn how to build a modern API on Michael Hartl's Rails 5 tutorial
Stars: ✭ 458 (+689.66%)
Mutual labels:  api, tutorial
Vaxic
Node HTTP server framework
Stars: ✭ 45 (-22.41%)
Mutual labels:  api, webapp
Flask Restx
Fork of Flask-RESTPlus: Fully featured framework for fast, easy and documented API development with Flask
Stars: ✭ 1,050 (+1710.34%)
Mutual labels:  api, flask
Wifi Of House
A simple web application which allows you to share your WiFi credentials instantly with your friends and family. Built using Python, Flask and Bootstrap.
Stars: ✭ 51 (-12.07%)
Mutual labels:  flask, webapp
Bowtie
Create a dashboard with python!
Stars: ✭ 724 (+1148.28%)
Mutual labels:  flask, webapp
Mormot
Synopse mORMot ORM/SOA/MVC framework
Stars: ✭ 607 (+946.55%)
Mutual labels:  sqlite3, webapp
Keras Flask Deploy Webapp
😺 Pretty & simple image classifier app template. Deploy your own trained model or pre-trained model (VGG, ResNet, Densenet) to a web app using Flask in 10 minutes.
Stars: ✭ 856 (+1375.86%)
Mutual labels:  flask, webapp
Pymessager
Python API to develop chatbot on Facebook Messenger Platform
Stars: ✭ 580 (+900%)
Mutual labels:  api, flask
Pymap webapp
A webapp version for Raster Map Download Helper
Stars: ✭ 34 (-41.38%)
Mutual labels:  flask, webapp
Eve Building Restful Mongodb Backed Apis Course
Course materials and handouts for EVE: Building RESTful MongoDB-backed APIs course
Stars: ✭ 53 (-8.62%)
Mutual labels:  flask, tutorial
Flask Tutorial
Flask 入门教程:使用 Python 和 Flask 开发你的第一个 Web 程序
Stars: ✭ 365 (+529.31%)
Mutual labels:  flask, tutorial
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+677.59%)
Mutual labels:  api, flask
Python crawler
It's designed to be a simple, tiny, pratical python crawler using json and sqlite instead of mysql or mongdb. The destination website is Zhihu.com.
Stars: ✭ 45 (-22.41%)
Mutual labels:  sqlite3, flask

ToDo Application

This is a code that comes along with great tutorial

To Run App in Docker

  1. Checkout Dockerfile. It is created by following this tutorial.
  2. I have changed it to accomodate latest version of ununtu and python3
  3. To build docker image docker build -t todo-flask:latest .
  4. To run the docker container docker run -it -p 5000:8888 todo-flask
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].