raghavpatidar / hodlinfo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QuadB-Hodlinfo

An application which fetches data from wazirx API and shows you the name, last, buy, Sell, volume, base_unit of all top 10 results, built with ReactJS, NodeJS, ExpressJS, MongoDB, and CSS.

Discription :

It's an application which allows you to view the top 10 name, last, buy, Sell, volume, base_unit of different coins.

Here we have used The wazirx API. https://api.wazirx.com/api/v2/tickers and stored the data in MongoDB database.

Project Status

Success.

Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation: In root folder and in client folder - npm install

To Run Test Suite:

npm test

To Start Server (root folder):

npm start

To Visit App:

localhost:3000

Project Screen Shot(s)

Add .env file in your root folder and copy paste this code MONGO_URL=mongodb://localhost:27017/MyDb

About


Languages

Language:JavaScript 54.3%Language:CSS 29.4%Language:HTML 16.2%