A step by step series of examples that tell you how to get a development environment running:
Clone the git repository
git clone https://github.com/riishabhraj/koinx-crypto-api.git
cd koinx-crypto-apiAnd install npm dependencies
npm installRun the server
npm start