akf-forum/README.md

47 lines
1.1 KiB
Markdown
Raw Normal View History

2022-02-26 21:11:46 +03:00
# akf-forum
2022-02-26 21:36:10 +03:00
<img src="https://raw.githubusercontent.com/Akif9748/akf-forum/main/public/images/logo.jpg" align="right" width="300px" />
2022-02-26 21:32:37 +03:00
2022-02-26 21:36:10 +03:00
A Node.js based forum software.
2022-02-26 21:25:26 +03:00
## Installation
- Clone this repo. Or download it.
2022-02-26 21:36:10 +03:00
- Write `npm i` to install **dependencies**.
- Write `npm restart` for reset database, and `npm start` for run it.
2022-02-26 21:25:26 +03:00
## Credits
* [Akif9748](https://github.com/Akif9748) - Project owner
* [Camroku](https://github.com/Camroku) - Made stylesheets
## To Do:
2022-03-03 00:46:12 +03:00
- Admin panel, delete, edit messages.
2022-02-26 21:25:26 +03:00
## Roadmap
- [ ] User
- [x] Login
- [x] Register
2022-02-27 19:50:01 +03:00
- [x] Logout
2022-03-10 21:38:08 +03:00
- [x] Admin
2022-03-03 00:46:12 +03:00
- [x] Message count
2022-02-26 21:25:26 +03:00
- [ ] Messages
- [x] Send message
2022-03-10 21:38:08 +03:00
- [x] Delete message
2022-02-26 21:25:26 +03:00
- [ ] Edit message
2022-02-27 19:24:50 +03:00
- [x] React message
2022-02-26 21:25:26 +03:00
- [ ] Forums
- [ ] Category system.
- [ ] Create category
- [ ] Delete category
- [ ] Edit category
- [ ] Move category
- [ ] Other
- [ ] API
- [ ] Other client for forum via API
2022-02-26 21:32:37 +03:00
- [ ] Footer...
2022-02-26 21:33:13 +03:00
- [ ] Search
2022-03-03 00:46:12 +03:00
- [x] New Thread theme, better render for messages
2022-02-26 21:25:26 +03:00
## Image:
![image](https://user-images.githubusercontent.com/70021050/155854448-76d3e030-3840-43e7-aa3a-80946a0a4ab5.png)