Skip to content

Moshood-Wale/Historical-Equity-Dashboard-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Historical-Equity-Dashboard-App

This is a project that utilizes a Node.js and React application to establish a connection with the Metatrader5 platform and extract equity, balance, and market watch time data. The data is collected every minute and then stored in MongoDB using Mongoose. Following this, the data is retrieved from MongoDB and transmitted to React in real-time. This facilitates the creation of a live dashboard in React, which is presented in the form of a chart.

Prerequisites

  • Node.js
  • Express
  • Python
  • MongoDB
  • React

Installation

  1. Clone the repository
  2. Install dependencies in the api and client directory: npm install
  3. Start the client server: npm start
  4. Start the api server: npm start
  5. Open http://localhost:3000/ in your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published