This is a simple CRUD-type messaging app built with Flask (with Bootstrap for styling and responsiveness). It also features a REST API.
- Clone this repository.
- Install the pre-requisites. You can install them either globally or in a virtualenv, as you prefer. To install via Pip:
pip install -r requirements.txt
python messenger.py
python messenger_tester.py
For the time being, the REST API doesn't use authentication. Also, the POST views are not yet protected against CSRF attacks.
flask-messenger is licensed under the MIT license, which can be viewed at flask-messenger/LICENSE.