From 62401fb2c07a9c60fb653f8d349e17c76a172071 Mon Sep 17 00:00:00 2001 From: nc-minh Date: Mon, 5 Feb 2024 10:38:03 +0700 Subject: [PATCH] feat: [readme] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 192be8f..03f70f5 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# template-nodejs-tsclass \ No newline at end of file +# NodeJs Express boilerplate + +Here's a boilerplate project for rapidly constructing a web server using Node.js, Express, Mongoose, and TypeScript. It includes file upload functionality using multer. Additionally, it integrates several syntax validation tools such as commitlint, eslint, lint-staged, prettier, and husky.