From 6c450216c9ee305663c4dede322936b8bd8b4a24 Mon Sep 17 00:00:00 2001 From: alvinwilta <13519163@std.stei.itb.ac.id> Date: Sat, 30 Apr 2022 15:42:11 +0700 Subject: [PATCH] add feature notes --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d1219c5..63dbb48 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,16 @@ start server with `npm start` start test with `npm run test` +# Features + +- Basic authentication with **jwt** and **bcrypt** (login, register) +- Basic document creation using MongoDB as database with **mongoose** +- Basic file handling with **multer** +- Basic pdf filler with **pdf-lib** +- Unit testing with **mocha** and **chai** +- Separate configuration for development, testing, and staging environment +- Logging formatter with **pino** + # Notes: ## Mongoose Middleware vs Express Middleware