Skip to content

sebslape/Forum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Forum

A work-in-progress forum that utilizes Flask and SQL-alchemy.

The forum code is sorted into "static/css" for CSS files, "templates" for HTML templates and "settings" for general server settings, like Admin IP's and other server sided options with the main code inside of the root.

Features

  • Creation of threads (Title, Username and Content)
  • Creation of comments inside of threads (Username and Content)
  • Admin privileges (Deletion of Comments and Threads)

To-do

  • Add support for markdown/basic HTML (Images, Text-colour, Text-size, Boldening, Italicizing, etc.)