Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.26 KB

README.md

File metadata and controls

43 lines (35 loc) · 1.26 KB

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]