From d8816b8820c3d74f6851838ee541b0e755bbee2d Mon Sep 17 00:00:00 2001 From: Chinedu Ekene Okpala Date: Tue, 6 Aug 2024 15:09:41 +0000 Subject: [PATCH] update Read.ME --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ef8c59..8ca7c96 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Node.js + Express.js + TypeScript + Sequelize ORM + Redis + PostgreSQL -This is an express server boilerplate which is built using the latest version of Node.js and integrates various modern technologies and practices to ensure a robust, scalable, and maintainable application. Below are the key features and setup instructions for this boilerplate. +This is an express server boilerplate which is built using the latest version of Node.js and integrates various modern technologies and practices to ensure a robust, scalable, and maintainable application, which already has out-of-the-box authentication and user creation logic implemented. Below are the key features and setup instructions for this boilerplate. ## Features - **Express.js**: Web framework for Node.js.