A Node.js based forum software
Go to file
Akif9748 6b483c8d28 Added Admin panel buttons and alert for success 2022-03-13 16:32:02 +03:00
classes Fixing git 2022-03-13 16:16:46 +03:00
errors Fixing git 2022-03-13 16:16:46 +03:00
public Fixing git 2022-03-13 16:16:46 +03:00
routes Added Admin panel buttons and alert for success 2022-03-13 16:32:02 +03:00
views Added Admin panel buttons and alert for success 2022-03-13 16:32:02 +03:00
.gitignore Update .gitignore 2022-03-13 16:13:38 +03:00
LICENSE Fixing git 2022-03-13 16:16:46 +03:00
README.md Fixing git 2022-03-13 16:16:46 +03:00
index.js Fixing git 2022-03-13 16:16:46 +03:00
package-lock.json V2.0.0 2022-03-13 16:06:25 +03:00
package.json V2.0.0 2022-03-13 16:06:25 +03:00
reset.js Fixing git 2022-03-13 16:16:46 +03:00

README.md

akf-forum

A forum script written in Node.js.

Installation

  • Clone this repo. Or download it.
  • Write npm i to install dependencies.
  • Write npm restart for reset database, and npm start for run it.

Credits

To Do:

  • Admin panel, delete, edit messages.

Roadmap

  • User
    • Login
    • Register
    • Logout
    • Admin
    • Message count
  • Messages
    • Send message
    • Delete message
    • Edit message
    • React message
  • Forums
    • Category system
      • Create category
      • Delete category
      • Edit category
      • Move category
  • Other
    • API
    • Other client for forum via API
    • Footer...
    • Search
    • New Thread theme, better render for messages

Image:

image