Loading repository data…
Loading repository data…
GAuravY19 / repository
MicroBlogging Web application made with Python based WebFramework Flask
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Flask is a Python web framework that provides configuration, conventions, and extensions to get started with web development.
It is classified as a microframework because it does not require particular tools or libraries. Flask’s framework is more explicit than Django’s framework and is also easier to learn because it has less base code to implement a simple web application.
Flask depends on the Werkzeug WSGI toolkit, the Jinja template engine, and the Click CLI toolkit.
Link To Flask Documentation : Flask