Skip to content

ingeniousambivert/flask-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Flask Apps

Flask is a web framework, it’s a Python module that lets you develop web applications easily. It’s has a small and easy-to-extend core: it’s a microframework that doesn’t include an ORM (Object Relational Manager) or such features.

It does have many cool features like url routing, template engine. It is a WSGI web app framework.

Variants :

HTML & CSS w/ Jinja Template Engine

git checkout todo-app-sql

React

git checkout search-app-local-db-react