mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Update README.md
This commit is contained in:
parent
8609e9bddd
commit
9c4cd23464
1 changed files with 39 additions and 0 deletions
39
README.md
39
README.md
|
@ -1,2 +1,41 @@
|
|||
# akf-forum
|
||||
A Node.js based forum software
|
||||
|
||||
## Installation
|
||||
- Clone this repo. Or download it.
|
||||
- Write `npm i` for install **dependencies**
|
||||
|
||||
## Credits
|
||||
|
||||
* [Akif9748](https://github.com/Akif9748) - Project owner
|
||||
* [Camroku](https://github.com/Camroku) - Made stylesheets
|
||||
|
||||
|
||||
|
||||
## 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
|
||||
- [x] Login
|
||||
- [x] Register
|
||||
- [ ] Logout
|
||||
- [ ] Admin
|
||||
- [ ] Messages
|
||||
- [x] 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
|
||||
|
||||
## Image:
|
||||
![image](https://user-images.githubusercontent.com/70021050/155854448-76d3e030-3840-43e7-aa3a-80946a0a4ab5.png)
|
||||
|
|
Loading…
Reference in a new issue