Skip to content

A simple messaging app using Flask and Bootstrap, with a REST API

License

Notifications You must be signed in to change notification settings

mtsolmn/flask-messenger

 
 

Repository files navigation

flask-messenger

This is a simple CRUD-type messaging app built with Flask (with Bootstrap for styling and responsiveness). It also features a REST API.

Installation:

  1. Clone this repository.
  2. 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

Running it:

python messenger.py

Running the tests:

python messenger_tester.py

Notes:

For the time being, the REST API doesn't use authentication. Also, the POST views are not yet protected against CSRF attacks.

Licensing:

flask-messenger is licensed under the MIT license, which can be viewed at flask-messenger/LICENSE.

About

A simple messaging app using Flask and Bootstrap, with a REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 59.2%
  • HTML 39.4%
  • JavaScript 1.3%
  • CSS 0.1%