102AMIT / csv-upload

CSV PARSER

Home Page:https://read-your-csv.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csv-upload APP

This time i will work with external data, as in ‘csv’ files. we will need to upload a CSV file and show the data in it

hosted link on heroku : https://read-your-csv.onrender.com CSV UPLOAD

Technologies Used

  1. NodeJS
  2. Express
  3. EJS
  4. MongoDB
  5. Multer
  6. csv-parser

Prerequisites

  • MongoDB
  • Git
  • NodeJS

Installation

Into the project directory
Installing NPM dependencies

npm install

Then simply start your app

npm start

The Server should now be running at http://localhost:8000/

Folder Structure

CSV-upload
├── config
│ --- └── mongoose.js
├── --└── multer.js

├── Controllers
│ --- ├── csv.js
│ --- └── home.js

├── models
│ --- ├── csv.js
│ ├── node_modules

├── routes
│ --- ├── index.js

├── uploads
│ --- ├── file.csv

├── views
│ --- ├── index.ejs
│ --- ├── table.ejs

├── .gitignore
├── index.js.js
├── package.json
├── package-lock.json
└── README.md

About

CSV PARSER

https://read-your-csv.onrender.com


Languages

Language:JavaScript 56.0%Language:EJS 44.0%