Skip to content

astaph0r/wazirx-portfolio-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WazirX Portfolio Tracker

This is a cryptocurrency portfolio tracking web app built using MERN stack. It uses Google OAuth2.0 for authentication and WazirX price list API for fetching latest price of cryptocurrencies.

Setting up local development

  • Setup a MongoDB server, either on your localhost or at MongoDB
  • Google OAuth
  • Backend
    • run npm i
    • create a .env file
    • Add the ID and Secret you got from OAuth in the .env file
    • PORT=5000
      DATABASE=<Mongo URL>
      SECRET=<Your Secret>
      NODE_GOOGLE_CLIENT_ID=<Your Client ID>
      NODE_GOOGLE_CLIENT_SECRET=<Your Client Secret>
      
    • run node server.js
  • Client
    • run npm i
    • run npm start

About

A cryptocurrency portfolio tracker based on WazirX exchange's price list API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published