Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imloama/ccxt-server

ccxt server by nestjs and typeorm
https://github.com/imloama/ccxt-server

Last synced: about 2 months ago
JSON representation

ccxt server by nestjs and typeorm

Awesome Lists containing this project

README

        

ccxt server
=============

ccxt rest server supports by nestjs and typeorm

## dependencies
> nodejs >= 8
> yarn

## install
```
yarn
```

## run
```
yarn run start
```

## run by proxy `http://127.0.0.1:1080`
```
yarn run dev:proxy
```

## api by swagger
> http://127.0.01:3000/api

## Thanks for
[ccxt-rest](https://github.com/franz-see/ccxt-rest)