From 991b35b1c2c8729478070478e86cb27fc629491d Mon Sep 17 00:00:00 2001 From: Ardalan Amini Date: Wed, 9 Mar 2022 01:32:23 +0330 Subject: [PATCH] chore: Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49d052e..1a92b64 100644 --- a/README.md +++ b/README.md @@ -186,14 +186,14 @@ npm run docs:api ├── docs # Static documents │ ├── api # API documents │ └── code # Code documents +├── scripts # Project scripts └── src # Source files ├── constants # Constant values ├── controllers # API controllers ├── lib # 3rd party libraries (initialized/extended etc) ├── models # Database models ├── routes # API endpoints - ├── scripts # Project scripts - └── utils # Project utilities + └── utils # Utilities ``` > Note: `__mocks__` directories are used by `Jest` to mock certain modules. @@ -214,6 +214,7 @@ This section includes the issues, changes & improvements I've made, with the tho - No usage document is provided in the `README.md` file. - No comments or documents are provided for the project. (e.g. `jsdoc`, `tsdoc`, `typedoc`) - No API documents are provided for the project. (e.g. `swagger`) +- No API authentication implemented. - Missing `.gitignore` file. > Could cause unintended files to be pushed to the `git` server accidentally. - Issues related to `package.json`: