This project is built on top of https://github.com/skirupa/Bank-Management-System
Follow the following steps to run locally.
-
Client
npm startRun the code below and upload files in the resulting build folder in S3 bucket.
npm run build -
Server
node app.js
docker pull redis:alpine
docker run -it -p 6379:6379 -d --name redis-server redis:alpine
Download RedisInsight and test connection.
