akf-forum/README.md
2022-02-26 21:36:10 +03:00

1.2 KiB

akf-forum

A Node.js based forum software.

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:

  • Messsages will be record on a new database table, with reactions, by their ids. And it will be add statics. Threads will take messages from new table.
  • Admin panel, etc.

Roadmap

  • User
    • Login
    • Register
    • Logout
    • Admin
  • 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

Image:

image