akf-forum/README.md

70 lines
2.2 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" />
A Node.js based forum software.
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-08-27 10:31:16 +03:00
Edit `config.json` for default themes of users...
2022-03-13 16:16:46 +03:00
## API
Akf-forum has got an API for AJAX, other clients etc. And, you can learn about API in `util/APIDOCS.md`.
2022-03-13 16:16:46 +03:00
## Credits
2022-08-26 16:27:29 +03:00
* [Akif9748](https://github.com/Akif9748) - Project mainteiner, main developer, made **old** frontend
2022-08-26 16:37:26 +03:00
* [Tokmak](https://github.com/tokmak0) - Made **new** frontend
2022-08-26 16:27:29 +03:00
* [Camroku](https://github.com/Camroku) - Made **old** stylesheets
## Screenshot
2022-08-26 18:34:39 +03:00
### Old frontend
2022-08-26 16:27:29 +03:00
![akf-forum](https://user-images.githubusercontent.com/70021050/160255959-ef216cba-1348-4d4b-9347-fe67e21348e7.png)
2022-08-26 18:34:39 +03:00
### New frontend
![new-akf-forum](https://user-images.githubusercontent.com/70021050/186941146-f9a8fbf8-9b2b-4028-afc8-81cff559d9fb.png)
2022-08-26 16:27:29 +03:00
2022-03-13 16:16:46 +03:00
## Roadmap
2022-08-26 20:12:23 +03:00
### TO-DO:
2022-08-31 14:44:28 +03:00
| To do | Is done? | Priority |
| ----- | -------- | -------- |
| Profile Message | 🔴 | LOW |
| from form to AJAX | 🟢 | HIGH |
2022-08-31 19:17:22 +03:00
| auto-scroll | 🟡 | LOW |
2022-08-31 14:44:28 +03:00
| Page support, support message limit correct | 🟢 | MEDIUM |
2022-08-31 19:17:22 +03:00
| Multi-theme support, black theme | 🟢 | LOW |
2022-08-31 14:44:28 +03:00
| Search | 🔴 | MEDIUM |
| Footer | 🟢 | LOW |
- Profile photos will store in database
2022-08-29 19:31:59 +03:00
- replacer function global
- author name of thread
2022-08-31 14:44:28 +03:00
- page for threads - users
2022-08-29 19:31:59 +03:00
- extra ratelimits
- better edits
2022-08-31 16:25:35 +03:00
- IP BAN fix, user -> ips []
2022-08-31 14:44:28 +03:00
- message counts for API
- ZATEN SİLİNDİ BU KİŞİ & MESAJ
2022-08-31 19:17:22 +03:00
- delete admin request, moreover, add it to user patch delete 😳, better theme patch
### API
2022-08-26 20:12:23 +03:00
| To do | Is done?
| ----- | --------
| RATELIMITS | 🟢
2022-08-31 14:44:28 +03:00
| Get a lots of message & thread & user | 🔴
2022-08-26 20:12:23 +03:00
| Create message & thread & user | 🟢
| Get message & thread & user | 🟢
| Delete message & thread & user | 🟢
| Undelete message & thread & user | 🟢
2022-08-29 19:31:59 +03:00
| Edit message & thread & user | 🟢
## Major Version History
2022-08-31 14:44:28 +03:00
- V4: Caching
- V3: New Theme
- V2: Backend fix, mongoose is fixed. Really big fix.
- V1: Mongoose added.
2022-08-30 03:08:09 +03:00
- V0: Birth with quick.db