CSV Uploader
CSV Uploader is a Node.js web application that allows users to upload CSV files, view the uploaded files, and display their contents in a tabular format.
Installation Clone this repository or download the source code.
Install the dependencies by running npm install in the project directory.
Start the application with node index.js.
Open your web browser and visit http://localhost:7001 to access the application.
Features
Upload CSV files. View uploaded files. Open CSV files and display their contents in a table. Delete CSV files.
Dependencies
express multer csv-parser ejs
Hosted link : https://ankithsharmaji.github.io/Backend-Test-CSVUpload/