A simple CSV uploader web app which allows to uplaod and view csv files data in table format.
- Upload CSV files.
- View all uploaded files
- Delete files.
- Sort data of CSV Files by clicking on column name.
- Search box to filter data.
- Responsive Design.
HTML,CSS,Javascript,jQuery Node.js,MongoDB,Express.js
- Clone the project onto your local machine.
- Run 'npm install' to install required dependencies.
- Run 'npm start' in terminal to start server.
- Visit your app at http://localhost:8000.
"csv-parser": "^3.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.1",
"mongoose": "^6.0.2",
"multer": "^1.4.3"
- POST : /csv/upload >> Upload files
- GET : /csv/delete:id >> Delete file
- GET : /csv/displayData/:id >> Display files in Data