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
- Host: GitHub
- URL: https://github.com/tanisha03/the-bank-app
- Owner: tanisha03
- Created: 2022-05-06T18:20:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-06T20:59:44.000Z (about 3 years ago)
- Last Synced: 2025-02-13T04:31:12.064Z (3 months ago)
- Language: JavaScript
- Homepage: https://the-bank-app.vercel.app/all-banks
- Size: 870 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```