Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 550 Bytes

File metadata and controls

15 lines (9 loc) · 550 Bytes

README

Msgbrd is a simple a message board that uses Flask and Redis server for storing the messages. Demo

Quickstart

You'll need to have a redis server.

  • Edit the settings.py as needed, then
python app.py

This will start the server listening on port 5000, the default for Flask. By default, it will try to connect to the Redis server on 127.0.0.1:6379. For more on deployment, check out the Flask docs.