A Node.js based forum software
Go to file
Akif9748 832e61afb1 2.5.0 2022-08-11 00:39:30 +03:00
errors Fixing git 2022-03-13 16:16:46 +03:00
middlewares Mongoose is fixed & optimized 2022-08-09 19:16:34 +03:00
models ratelimit & crypto & .ejs fix 2022-08-10 00:22:12 +03:00
public V3 2022-08-11 00:38:44 +03:00
routes V3 2022-08-11 00:38:44 +03:00
tests Database changed to MongoDB 2022-04-06 21:14:46 +03:00
util Mongoose is fixed & optimized 2022-08-09 19:16:34 +03:00
views V3 2022-08-11 00:38:44 +03:00
.env.example Mongoose is fixed & optimized 2022-08-09 19:16:34 +03:00
.gitignore Mongoose is fixed & optimized 2022-08-09 19:16:34 +03:00
LICENSE Fixing git 2022-03-13 16:16:46 +03:00
README.md V3 2022-08-11 00:38:44 +03:00
index.js V3 2022-08-11 00:38:44 +03:00
package-lock.json 2.5.0 2022-08-11 00:39:30 +03:00
package.json 2.5.0 2022-08-11 00:39:30 +03:00

README.md

akf-forum

A forum software written in Node.js.

Installation

  • Clone or download this repo.
  • Run npm i to install dependencies.
  • Run npm start for run it.

Extra

Run node util/reset to reset the database, and run node util/admin for give admin perms to first member.

API

Akf-forum has got an API for other clients etc. You can test api with python files in test folder. python is only for testing 😭 And, you can learn about API in util/APIDOCS.md.

Credits

To do (Backend, bug fixes)

  • /errors/error will change deprecate, it will be in res.error . And we will use "alert" for errors with fetch api. this added for messages and reactions...
  • message.js/12, so, admin perms,(req.user?.admin || !thread.deleted), and api in message.
  • the forum will only use api path... this added for messages and reactions...

Roadmap

User

To do Is done? Priority
Login via redirect query 🟢 HIGH
Register 🟢 HIGH
Logout 🟢 HIGH
Admin 🟢 HIGH
Message count 🟢 MEDIUM
Delete user 🟢 HIGH
About me 🔴 LOW
Edit user 🔴 HIGH
IP ban 🔴 MEDIUM

Messages

To do Is done? Priority
Ratelimit 🟢 HIGH
Send 🟢 HIGH
Delete 🟢 HIGH
React 🟢 MEDIUM
Edit 🔴 HIGH

Threads

To do Is done? Priority
Ratelimit 🟢 HIGH
Create 🟢 HIGH
Delete 🟢 HIGH
Edit 🔴 HIGH

API

To do Is done? Priority
Other clients for forum via API 🟢 LOW
Send message 🟢 MEDIUM
Create thread 🟢 MEDIUM
Get info about thread 🟢 MEDIUM
<<<<<<< HEAD
Delete message & thread 🔴 MEDIUM
Edit message & thread 🔴 MEDIUM

======= | Delete message | 🔴 | MEDIUM | | React | 🟢 | MEDIUM |

9f10a32b7c

Other

To do Is done? Priority
Footer 🟡 LOW
Multi-theme support 🔴 LOW
Search 🔴 MEDIUM
Better view 🟢 MEDIUM
Sending message etc. will use fetch API 🔴 HIGH

Screenshot

akf-forum