This is a bot that will help you to find the best exchange to buy or sell your crypto.
- Clone this repository
- Duplicate
.env.exampleto.env - Setup database settings inside
.envfile - Create your database ( manual ) or run
yarn db:create && yarn db:reset - Run
yarn devcommand - Run watch command
yarn dev:watch - Release your app for Production or Staging with
yarn release - Build your code with Docker
docker build -t yourname/express:v1.0.0 . - Run with docker image
docker run -p 7000:8000 -d yourname/express:v1.0.0