https://github.com/junzhli/bitcoin-address-generator
https://github.com/junzhli/bitcoin-address-generator
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/junzhli/bitcoin-address-generator
- Owner: junzhli
- Created: 2021-05-18T09:09:24.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T09:53:29.000Z (about 5 years ago)
- Last Synced: 2023-08-03T19:21:44.769Z (almost 3 years ago)
- Language: TypeScript
- Size: 149 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Backend APIs
[](https://opensource.org/licenses/MIT)

## Table of Contents
- [Backend APIs](#backend-apis)
- [Table of Contents](#table-of-contents)
- [Prerequisite](#prerequisite)
- [Building](#building)
- [Run](#run)
- [Available APIs](#available-apis)
- [Author](#author)
- [License](#license)
Prerequisite
-----
* Nodejs >= v12
* Yarn
Building
-----
* Build
```bash
$ yarn install --frozen-lockfile
```
Run
-----
Open port at 8080 or specified one in environment variable `PORT`
* For development
Run server in dev mode
```bash
$ yarn start
```
Integration testing & testing unit
```bash
$ yarn test
```
Linting codebase
```bash
$ yarn run lint-fix
```
* For production
```bash
$ yarn run prod
```
Available APIs
-----
See on Swagger /api-docs or OpenAPI docs `swagger.json` (open with Swagger viewer) under root project for more details
Author
-----
Jeremy Li
License
-----
MIT License