backend test CSV Upload
CSV_Upload is a web application that allows users to upload and parse CSV files. The application is built with Node.js and Express, and it provides a simple and user-friendly interface for managing CSV data.
To install CSV_Upload, please follow these steps:
Clone this repository using the following command:
$ git clone https://github.com/vipuldhurvey/CSV_Upload.git
Install the required dependencies using the following command:
$ npm install
Start the application using the following command:
$ npm start
Open the application in your web browser by visiting the following URL:
$ http://localhost:8000
CSV_Upload provides a simple API for uploading and parsing CSV files. The API supports the following endpoints:
CSV_Upload/ |── |assets/ │ | ├── css/ │ │ | ├── styles.css │ | ├── js/ │ | ├── script.js │ ├── uploads/ │ ├── index.html | | ├── routes/ │ ├── csvRoutes.js | | ├── controllers/ │ ├── csvController.js | | ├── models/ │ ├── csvModel.js | | ├── .gitignore ├── package.json ├── README.md