An open API service indexing awesome lists of open source software.

https://github.com/tanisha03/the-bank-app

The Bank App
https://github.com/tanisha03/the-bank-app

Last synced: about 2 months ago
JSON representation

The Bank App

Awesome Lists containing this project

README

        

# The Bank App

Bank listing app

## Installation

Use basic [git](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf) commands to install and run Brew-it

```bash
git clone https://github.com/tanisha03/brew-it.git
```
Navigate to the required directory using ```cd```, install node packages, and run the server.
```bash
npm install
npm start
```