/nodejs-mongodb-csv-export-webapp

Really brief and tiny example that shows how to connect to a mongo db database reading one database table (document) and creating/exporting a CSV file (which is going to be downloaded once the page is requested)

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

nodejs-mongodb-csv-export-webapp

Really brief and tiny example that shows how to connect to a mongo db database reading one database table (document) and creating/exporting a CSV file (which is going to be downloaded once the page is requested)

install dependencies

  • express

  • json2csv

  • mongodb

    #run command npm install

running the webapp

#hit command
node app.js