Skip to content

Upload a File using Node.js, Express.js, MongoDB. Display the contents of the file uploaded in a web page in a tabular format.

Notifications You must be signed in to change notification settings

Anirudh0509/Upload-File

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Upload an excel file to MongoDB database. Display the contents in a web page in a tabular format.

MongoDb imports data in CSV, JSON format. Therefore, Excel template containing the user data is first converted to .csv format. The converted Employee data file is uploaded to MongoDB database.

The Uploaded data is displayed on a Web page in Tabular format. This data can be edited and deleted as per the users requirement for employee data. The data edited and deleted is reflected onto the database.

About

Upload a File using Node.js, Express.js, MongoDB. Display the contents of the file uploaded in a web page in a tabular format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published