https://github.com/halo-lab/eth-balance
https://github.com/halo-lab/eth-balance
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/halo-lab/eth-balance
- Owner: Halo-Lab
- License: mit
- Created: 2022-06-29T07:23:41.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T07:47:36.000Z (about 4 years ago)
- Last Synced: 2025-03-17T16:52:12.377Z (over 1 year ago)
- Language: TypeScript
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
## Installing the dependencies
### Node.js 14 - 16 version
```bash
$ npm install
```
## Running the app in development mode
```bash
$ npm run start:dev
```
## Running the app in production mode
```bash
$ npm run postinstall & npm run start
```
### Documentation in local environment
```http request
http://localhost:3000/api/docs
```
### Documentation in cloud environment
```http request
https://pool-blockchain-app.herokuapp.com/api/docs
```
# Select a Prod server in the list of servers if you open an application in the heroku cloud and execute requests