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.
- Host: GitHub
- URL: https://github.com/chinmayeegade/html-flask-login-page
- Owner: Chinmayeegade
- Created: 2021-12-19T10:46:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-01T18:11:00.000Z (over 4 years ago)
- Last Synced: 2025-02-28T00:57:50.049Z (over 1 year ago)
- Topics: flask, html
- Language: HTML
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
