From 1e86746b32bb950d55a476b526470398f813db2f Mon Sep 17 00:00:00 2001 From: moeidtopcoder Date: Sun, 15 May 2022 12:32:50 -0400 Subject: [PATCH] project full documentation is added --- project-documentation.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/project-documentation.md b/project-documentation.md index 5360f2f..6febd7d 100644 --- a/project-documentation.md +++ b/project-documentation.md @@ -892,5 +892,27 @@ As described in the task description we have a bunch of MUST haves and SHOULD ha CMD ["node", "dist/main"] ``` + source code is fully documented and accessible by generating the documentation with + +```bash +npm run doc +``` + +and then + +http://localhost:7000 + +as you can see project is 100% documented. + + + +# Hope you like it + +Please don't hestitate should you have any question or suggestion about the project + +moeidtopcoder2@gmail.com + +# END +