yksolanki9 / Find-My-Bank

React applicatipon with features like dynamic filtering, drop-down, pagination, API caching and state persistence.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find My Bank

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

Built With

Installation

  1. Clone this repository
git clone https://github.com/yksolanki9/Find-my-bank
  1. Install server dependencies using:
npm install

Install client dependencies using:

cd client && npm install
  1. Create a .env file with database auth details as provided in .sample.env
  2. Start the server on one terminal using:
node app.js

and the client on another terminal using:

cd client
npm start
  1. The server is running on http://localhost:3002 and client on http://localhost:3000

Contact

Yash Solanki - yashsolanki1709@gmail.com

About

React applicatipon with features like dynamic filtering, drop-down, pagination, API caching and state persistence.


Languages

Language:JavaScript 75.6%Language:HTML 22.2%Language:CSS 2.0%Language:Shell 0.2%