Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 568 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 568 Bytes

Simple backend service for paper trading utilizing zerodha apis

SETUP

git clone https://github.com/Kapilrohilla/zerodha_backend ~/backend_u_zerodha
cd ~/backend_u_zerodha

npm install
npm run dev

Package Used

  1. honoJs - Framework to build apis using different javascript runtime
  2. axios - Simple HTTP client to make request
  3. csv-parser - csv - to - json parser library
  4. ioredis - redis client library
  5. kiteconnect - library to interact with zerodha apis
  6. node-cron - library to execute crons
  7. mongoose - ODM for mongodb database