This is a full stack web application to analyze and process data from the Indian banks database with features like Dynamic filtering, Drop-down, Pagination, API Caching and State persistence. The Postgres DB is hosted on clever-cloud. You can check the complete app here
- Clone this repository
git clone https://github.com/yksolanki9/Find-my-bank- Install server dependencies using:
npm installInstall client dependencies using:
cd client && npm install- Create a
.envfile with database auth details as provided in.sample.env - Start the server on one terminal using:
node app.jsand the client on another terminal using:
cd client
npm start- The server is running on
http://localhost:3002and client onhttp://localhost:3000
Yash Solanki - yashsolanki1709@gmail.com