Basic Simple Service Layer Architecture (SSLA) for Express Apps
Clone the project
git clone https://github.com/Mihir-Khare429/SSLA_Express.gitGo to the project directory
cd SSLA_ExpressInstall dependencies
npm installStart the server
redis-server
npm run start