A Node.js based forum software
Go to file
Akif9748 691c916b6d 2.4.1 2022-08-10 02:08:28 +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 API is optimized, and better ratelimit 2022-08-10 02:08:18 +03:00
routes API is optimized, and better ratelimit 2022-08-10 02:08:18 +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 Added thread deleting 2022-08-10 00:44:13 +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 API is optimized, and better ratelimit 2022-08-10 02:08:18 +03:00
index.js Mongoose is fixed & optimized 2022-08-09 19:16:34 +03:00
package-lock.json 2.4.1 2022-08-10 02:08:28 +03:00
package.json 2.4.1 2022-08-10 02:08:28 +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 for first member.

API

Akf-forum has got an API for other clients etc. You can test api with run apitest.py. And, you can learn about API in util/APIDOCS.md.

Credits

To do (Backend, bug fixes)

  • /errors/error will change, better error page.
  • Redirect query.
  • Will fix API
  • message.js/12, so, admin perms,(req.user?.admin || !thread.deleted), and api in message

Roadmap

User

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

Messages

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

Threads

To do Is done? Priority
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
Delete message 🔴 MEDIUM

Other

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

Screenshot

akf-forum