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

https://github.com/animesh-ghosh/crypto-prices-auth

An authenticated API to check BTC, ETH and BNB prices.
https://github.com/animesh-ghosh/crypto-prices-auth

Last synced: 6 months ago
JSON representation

An authenticated API to check BTC, ETH and BNB prices.

Awesome Lists containing this project

README

          

# crypto-prices-auth

An authenticated API to check BTC, ETH and BNB prices.

# Installation

1. Clone the repository
```bash
git clone https://github.com/Animesh-Ghosh/crypto-prices-auth
```

2. Run migrations
```bash
npm run db:migrate
```

# Usage

Run the server
```bash
npm run serve
```