|
@@ -2,8 +2,24 @@
|
|
|
|
|
|
Simple and beautiful forum software - created using Express, Vue, and Sequelize.
|
|
|
|
|
|
+## Features
|
|
|
+* Mobile ready single-page application
|
|
|
+* Real-time notification system
|
|
|
+* Profile pictures
|
|
|
+* Markdown editor
|
|
|
+* Admin dashboard for forum analytics
|
|
|
+* Multiple admin users
|
|
|
+* Moderation built in, including:
|
|
|
+ * Locking or deleteing threads and posts
|
|
|
+ * Blocking user IP address
|
|
|
+ * Suspending users from creating posts or starting threads
|
|
|
+
|
|
|
+## Screenshot of the homepage
|
|
|
+
|
|
|

|
|
|
|
|
|
+## Install
|
|
|
+
|
|
|
To install on Heroku:
|
|
|
|
|
|
1. `git clone https://github.com/sbkwgh/forum.git`
|