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
691c916b6d
commit
9f10a32b7c
1 changed files with 7 additions and 6 deletions
13
README.md
13
README.md
|
@ -9,10 +9,10 @@ A forum software written in Node.js.
|
|||
- Run `npm start` for run it.
|
||||
|
||||
### Extra
|
||||
Run `node util/reset` to **reset the database**, and run `node util/admin` for give admin perms for first member.
|
||||
Run `node util/reset` to **reset the database**, and run `node util/admin` for give admin perms to first member.
|
||||
|
||||
## API
|
||||
Akf-forum has got an API for other clients etc. You can test api with run apitest.py.
|
||||
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 😭
|
||||
And, you can learn about API in `util/APIDOCS.md`.
|
||||
|
||||
## Credits
|
||||
|
@ -20,10 +20,10 @@ And, you can learn about API in `util/APIDOCS.md`.
|
|||
* [Camroku](https://github.com/Camroku) - Made stylesheets
|
||||
|
||||
## To do (Backend, bug fixes)
|
||||
- `/errors/error` will change, better error page.
|
||||
- Redirect query.
|
||||
- Will fix API
|
||||
- message.js/12, so, admin perms,(req.user?.admin || !thread.deleted), and api in message
|
||||
- `/errors/error` will ~~change~~ deprecate, it will be in res.error . And we will use "alert" for errors with fetch api.
|
||||
- Redirect query. Login/register button will be a script.
|
||||
- message.js/12, so, admin perms,(req.user?.admin || !thread.deleted), and api in message.
|
||||
|
||||
## Roadmap
|
||||
### User
|
||||
| To do | Is done? | Priority |
|
||||
|
@ -63,6 +63,7 @@ And, you can learn about API in `util/APIDOCS.md`.
|
|||
| Create thread | 🟢 | MEDIUM |
|
||||
| Get info about thread | 🟢 | MEDIUM |
|
||||
| Delete message | 🔴 | MEDIUM |
|
||||
| React | 🟢 | MEDIUM |
|
||||
|
||||
### Other
|
||||
| To do | Is done? | Priority |
|
||||
|
|
Loading…
Reference in a new issue