- Setup the database in mongodb under the database name nosql_db
- Name of the collections should be debt_to_gdps, fiscal_balances, gdp_growths, inflations, total_reserves with self understand data values in them.
- Use "mongoimport --host localhost --port 27017 --db --collection --type csv --headerline --file " to add data to the collections.
- cd into backend directory and do npm install to install all node modules.
- cd into front_end directory and do npm install to install all node modules.
- Start the mongodb server.
- cd into backend directory and do npm start to start the backend.
- cd into front_end directory and do npm start to start the front end.
- Open localhost:19006 to view the front end.