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

https://github.com/eniompw/messenger

simple python flask based messaging app
https://github.com/eniompw/messenger

flask flask-application python python3 sql sqlite-database sqlite3

Last synced: about 1 month ago
JSON representation

simple python flask based messaging app

Awesome Lists containing this project

README

          

# messenger

simple python flask based messaging app

* Based on [Flask Login Example](https://github.com/eniompw/FlaskLogin)

[app v1](https://github.com/eniompw/messenger/blob/main/appv1.py)
* [login](https://github.com/eniompw/messenger/blob/main/templates/login.html)
* [inbox](https://github.com/eniompw/messenger/blob/main/templates/inbox.html)
* [outbox](https://github.com/eniompw/messenger/blob/main/templates/send.html)

[app v2](https://github.com/eniompw/messenger/blob/main/appv2.py)
* [menu](https://github.com/eniompw/messenger/blob/main/templates/menu.html)
* [contacts](https://github.com/eniompw/messenger/blob/main/templates/contact.html)
* [messages](https://github.com/eniompw/messenger/blob/main/templates/msgs.html)
* [msg alignment](https://github.com/eniompw/Messenger/blob/main/templates/align.html)

## ref:
* [AJAX example](https://www.w3schools.com/js/js_ajax_intro.asp)
* [Jinja](https://jinja.palletsprojects.com/en/3.0.x/templates)