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

https://github.com/eniompw/flasklogintextfile

Flask Login using a Text File
https://github.com/eniompw/flasklogintextfile

flask login python signup

Last synced: about 2 months ago
JSON representation

Flask Login using a Text File

Awesome Lists containing this project

README

          

# Flask Login TextFile
Flask Login using a Text File

## Code Ref:
* [Flask Quickstart](https://flask.palletsprojects.com/en/3.0.x/quickstart/#a-minimal-application)
* [Rendering Templates](https://flask.palletsprojects.com/en/3.0.x/quickstart/#rendering-templates)
* [HTML Forms](https://www.w3schools.com/html/html_forms.asp)
* [HTTP Methods GET & POST](https://flask.palletsprojects.com/en/3.0.x/quickstart/#http-methods)
* [Python File Write](https://www.w3schools.com/python/python_file_write.asp)
* [Python Read](https://www.w3schools.com/python/python_file_open.asp)
* [Python String strip()](https://www.w3schools.com/python/ref_string_strip.asp)

## Similar Repos:
* [Forms GET & POST](https://github.com/eniompw/FormsInFlask)
* [Messaging App using Files](https://github.com/eniompw/FlaskMSG)
* [Flask Login with Database](https://github.com/eniompw/FlaskLogin)