Skip to content

A web application that allows users to upload and parse CSV files

Notifications You must be signed in to change notification settings

sanskar1419/CSV_Upload

Repository files navigation

CSV_Uploader_And_Viewer

CSV_Uploader_And_Viewer is a web application where we can add .csv file and then we can show the data in it in the tabular format. We can also delete that file, which will delete it from db as well as fs. We also have functionality to search specific field.

Deployment Link

To view the web application go to this link

  https://csv-uploader-o7ij.onrender.com

Tech Stack

Client: EJS, CSS, Bootstrap, JavaScript

Server: Node, Express, MongoDB

NPM Dependencies

  • ejs
  • express
  • express-ejs-layouts
  • csv-parser(For Parsing CSV file to JSON)
  • mongoose
  • multer
  • dotenv
  • body-parser

Installation

To install the Habit_Tracker, follow these steps:

Clone this repository using the following command:

$ git clone https://github.com/sanskar1419/CSV_Upload.git

Install the required dependencies using the following command:

$ npm install

or

$ npm i

Start the application using the following command:

$ node server.js

or

$ nodemon server.js

Open the application in your web browser by visiting the following URL:

$ http://localhost:9000

Screenshots

Home Page

Home

View Page

Home

View Page Table View

Home

View Page Search Result

Home

About

A web application that allows users to upload and parse CSV files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published