An open API service indexing awesome lists of open source software.

https://github.com/chinmayeegade/html-flask-login-page

This Project creates a basic login page inputting the users E-mail address and password using html for frontend and Flask for backend development.
https://github.com/chinmayeegade/html-flask-login-page

flask html

Last synced: about 1 month ago
JSON representation

This Project creates a basic login page inputting the users E-mail address and password using html for frontend and Flask for backend development.

Awesome Lists containing this project

README

          

# HTML-Flask-Login-Page
- Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.
- The HyperText Markup Language, or HTML is the standard markup language for documents designed to be displayed in a web browser.
- This Project creates a basic login page inputting the users E-mail address and password using html for frontend and Flask for backend development.
- The proejct was built using a Pycharm window.
- On configuring and running the python file, the project is displayed on a localhost web server.

![Screenshot (451)](https://user-images.githubusercontent.com/96294811/147857234-44dd1536-1343-4bf0-8c27-7b8e52a1ee26.png)