event-scraper-v3/README.md

10 lines
273 B
Markdown
Raw Permalink Normal View History

2022-01-13 16:22:31 -08:00
# Collect filled trades via Websocket or Scraping the event queue
Steps to run this project:
1. Run `yarn` command
2. Setup database settings inside `ormconfig.js` file
3. Setup .env using .env.sample
4. `yarn build`
5. "start": "NODE_ENV=production node dist/index.js",