akf-forum/README.md

84 lines
2.4 KiB
Markdown
Raw Normal View History

2022-03-13 16:16:46 +03:00
# akf-forum
<img src="https://raw.githubusercontent.com/Akif9748/akf-forum/main/public/images/logo.jpg" align="right" width="300px" />
2022-05-01 17:10:44 +03:00
A forum software written in Node.js.
2022-03-13 16:16:46 +03:00
## Installation
2022-05-01 17:10:44 +03:00
- Clone or download this repo.
- Run `npm i` to install **dependencies**.
- Run `npm start` for run it.
2022-05-01 17:10:44 +03:00
### Extra
2022-08-10 15:25:05 +03:00
Run `node util/reset` to **reset the database**, and run `node util/admin` for give admin perms to first member.
2022-03-13 16:16:46 +03:00
## API
2022-08-11 03:49:54 +03:00
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 😭
2022-08-11 15:36:28 +03:00
And, you can learn about API in `util/APIDOCS.md`.
2022-03-13 16:16:46 +03:00
## Credits
2022-05-01 17:10:44 +03:00
* [Akif9748](https://github.com/Akif9748) - Project mainteiner, main developer
2022-03-13 16:16:46 +03:00
* [Camroku](https://github.com/Camroku) - Made stylesheets
## Roadmap
### User
| To do | Is done? | Priority |
| ----- | -------- | -------- |
2022-08-11 00:38:44 +03:00
| Login via redirect query | 🟢 | HIGH |
2022-05-01 17:07:01 +03:00
| Register | 🟢 | HIGH |
| Logout | 🟢 | HIGH |
| Admin | 🟢 | HIGH |
| Message count | 🟢 | MEDIUM |
| Delete user | 🟢 | HIGH |
2022-08-11 17:55:48 +03:00
| Undelete | 🔴 | MEDIUM |
2022-05-01 17:07:01 +03:00
| About me | 🔴 | LOW |
| Edit user | 🔴 | HIGH |
2022-08-10 02:12:36 +03:00
| IP ban | 🔴 | MEDIUM |
### Messages
| To do | Is done? | Priority |
| ----- | -------- | -------- |
| Ratelimit | 🟢 | HIGH |
2022-05-01 17:07:01 +03:00
| Send | 🟢 | HIGH |
| Delete | 🟢 | HIGH |
2022-08-24 22:39:38 +03:00
| Regex for scripts | 🔴 | HIGH |
2022-08-11 17:55:48 +03:00
| Undelete | 🔴 | MEDIUM |
2022-05-01 17:07:01 +03:00
| React | 🟢 | MEDIUM |
2022-08-11 01:11:07 +03:00
| Edit | 🔴 | MEDIUM |
### Threads
| To do | Is done? | Priority |
| ----- | -------- | -------- |
2022-08-10 02:12:36 +03:00
| Ratelimit | 🟢 | HIGH |
2022-05-01 17:07:01 +03:00
| Create | 🟢 | HIGH |
2022-08-10 00:46:54 +03:00
| Delete | 🟢 | HIGH |
2022-08-11 17:55:48 +03:00
| Undelete | 🔴 | MEDIUM |
2022-08-11 01:11:07 +03:00
| Edit | 🔴 | MEDIUM |
### API
| To do | Is done? | Priority |
| ----- | -------- | -------- |
2022-08-11 18:42:56 +03:00
| RATELIMITS | 🟡 | MEDIUM |
2022-05-01 17:07:01 +03:00
| Other clients for forum via API | 🟢 | LOW |
2022-08-11 17:58:54 +03:00
| Get message**s** | 🟢 | MEDIUM |
2022-05-01 17:07:01 +03:00
| Send message | 🟢 | MEDIUM |
| Create thread | 🟢 | MEDIUM |
| Get info about thread | 🟢 | MEDIUM |
| Delete message & thread | 🟢 | HIGH |
2022-08-11 01:11:07 +03:00
| Edit message & thread | 🔴 | HIGH |
### Other
| To do | Is done? | Priority |
| ----- | -------- | -------- |
2022-08-12 22:32:22 +03:00
| Footer | 🟢 | LOW |
2022-08-11 18:34:56 +03:00
| auto-scroll | 🟢 | LOW |
2022-08-10 00:46:54 +03:00
| Multi-theme support | 🔴 | LOW |
2022-05-01 17:07:01 +03:00
| Search | 🔴 | MEDIUM |
2022-08-24 23:10:29 +03:00
| Better view, page support, support message limit correct | 🔴 | MEDIUM |
2022-08-11 03:48:35 +03:00
| Sending message etc. will use fetch API | 🟢 | HIGH |
2022-03-13 16:16:46 +03:00
## Screenshot
![akf-forum](https://user-images.githubusercontent.com/70021050/160255959-ef216cba-1348-4d4b-9347-fe67e21348e7.png)