Skip to content

domfarolino/material-message-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

material-message-board

By the way: if you get internal server errors trying to login its godaddy's fault

This is a basic flask application that utilizes the features listed below to make an OAuth public message board.

Check out the issue log I've kept to document some problems and solutions I've encounted along the life span of this app.

Project Features:

Get up and running

  • Create a localhost database called material-message-board
  • Find the database-structure.sql dump file in the root of the app directory
  • Run the contents on your database to create the messages and users tables

Run the following commands in a terminal

$ git clone git@github.com:domfarolino/material-message-board.git
$ cd material-message-board
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ python run.py

About

material design message board powered by flask with OAuth login support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published