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
- Host: GitHub
- URL: https://github.com/eniompw/messenger
- Owner: eniompw
- License: mit
- Created: 2022-11-16T15:26:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T17:14:01.000Z (over 3 years ago)
- Last Synced: 2025-03-27T04:43:46.087Z (about 1 year ago)
- Topics: flask, flask-application, python, python3, sql, sqlite-database, sqlite3
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)