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

https://github.com/eniompw/flaskmsg

Simple Flask Messaging app
https://github.com/eniompw/flaskmsg

Last synced: 12 months ago
JSON representation

Simple Flask Messaging app

Awesome Lists containing this project

README

          

# FlaskMSG

* [get args data](https://github.com/eniompw/FlaskMSG/blob/main/get_args.py)
* [get form data](https://github.com/eniompw/FlaskMSG/blob/main/hello_form.py)
* [save to file](https://github.com/eniompw/FlaskMSG/blob/main/flask_app.py)

### REF:

* [HTML Forms](https://www.w3schools.com/html/html_forms.asp)
* [Flask Request](https://flask.palletsprojects.com/en/1.1.x/quickstart/#the-request-object)
* [File Read Write](https://www.w3schools.com/python/python_file_write.asp)