Skip to content

A MERN stack finance dashboard showcasing key metrics through dynamic charts and tables, featuring simple linear regression for revenue prediction.

Notifications You must be signed in to change notification settings

Zouaoui-Montassar/finance-predictions-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Install with npm

  • Setup the backend
  cd server
  npm install
  • Setup the frontend
  cd client
  npm install

Environment Variables / server

To run this project, you will need to add the following environment variables to your .env file ( which you are going to create in the server folder, server/.env )

  PORT = 1337
  MONGO_URI = your_mongo_uri

Environment Variables / client

To run this project, you will need to add the following environment variables to your .env.local file ( which you are going to create in the client folder, client/.env.local ) make sure that this environment variable starts with 'VITE_BASE_'.

  VITE_BASE_URL=http://localhost:1337

Run Locally

Start the server

  npm run dev

Start the client

  npm run dev

License

Apache License 2.0

About

A MERN stack finance dashboard showcasing key metrics through dynamic charts and tables, featuring simple linear regression for revenue prediction.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published