Skip to content

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

Notifications You must be signed in to change notification settings

yksolanki9/Find-My-Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 - [email protected]

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published