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 install
Install client dependencies using:
cd client && npm install
- Create a
.env
file with database auth details as provided in.sample.env
- Start the server on one terminal using:
node app.js
and the client on another terminal using:
cd client
npm start
- The server is running on
http://localhost:3002
and client onhttp://localhost:3000
Yash Solanki - [email protected]