Skip to content

MaNaN-3/Financial_Health_Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  1. Setup the database in mongodb under the database name nosql_db
  2. Name of the collections should be debt_to_gdps, fiscal_balances, gdp_growths, inflations, total_reserves with self understand data values in them.
  3. Use "mongoimport --host localhost --port 27017 --db --collection --type csv --headerline --file " to add data to the collections.
  4. cd into backend directory and do npm install to install all node modules.
  5. cd into front_end directory and do npm install to install all node modules.

Working

  1. Start the mongodb server.
  2. cd into backend directory and do npm start to start the backend.
  3. cd into front_end directory and do npm start to start the front end.
  4. Open localhost:19006 to view the front end.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages