Skip to content

RikasMRM/FinMetrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinMetrics | MERN Finance Dashboard App that has Machine Learning Predictions

Vite, React, Typescript, Redux Toolkit, MUI, Recharts, Node Js, Express Js, MongoDB

My Image My Image

This application contains 2 main repos, front end and backend in 2 seperate folders names "client" and "server"

Manual Installation

Navigate into client((Frontend)) folder to install dependancies

  cd ./client
  npm install

Navigate into server((Backend)) folder to install dependancies

  cd ../server
  npm install

Manual Running the appllication

Open 2 terminal tabs in the both client and server folder

inside the server((Backend)) folder, run;

npm start

inside the client((Frontend)) folder, run;

npm start

Environment variables

client - .env.local

VITE_BASE_URL=http://localhost:....

server - .env

MONGO_URL=''
PORT=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published