Skip to content

kikei/aimai-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aimai-db

My dashboard application for trading bot.

Server

Setup

$ cd server
$ vi setup.py
$ cat setup.py
import os

if 'AIMAI_JWT_SECRET_KEY' not in os.environ:
  os.environ['AIMAI_JWT_SECRET_KEY'] = '343d6c92ae95c5dd01a5355f9a4a865d'

Start

$ python3 start.py -C userName

Client

Build

$ cd client
$ npm init
$ webpack --mode production

About

My dashboard application for trading bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published