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

https://github.com/jongan69/assetdash


https://github.com/jongan69/assetdash

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Asset Dash

This admin dashboard has added apis for

- Alpaca API
- Gain Capital API (custom client)
- Kraken Exchange API

To display current live balances

## Installation

Here are the steps you need to follow to install the dependencies.

1. Download and extract the template from Next.js Templates.

2. After that **cd** into the template directory then run this command to install all the dependencies

```
npm install
```
or

```
yarn install
```

3. Now run this command to start the developement server

```
npm run dev
```

or

```
yarn dev
```