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.
- Host: GitHub
- URL: https://github.com/animesh-ghosh/crypto-prices-auth
- Owner: Animesh-Ghosh
- License: agpl-3.0
- Created: 2021-11-22T18:43:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-26T17:58:35.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T09:44:48.870Z (8 months ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```