From 9f10a32b7ce05cbb81acacb8277b68c25d4baa34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Akif=20Y=C3=BCce?= <70021050+Akif9748@users.noreply.github.com> Date: Wed, 10 Aug 2022 15:25:05 +0300 Subject: [PATCH] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 795ea53..40cebe5 100644 --- a/README.md +++ b/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 |