Skip to content

kenkam/msgbrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Message board on Flask and Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published