Skip to content

kamireddybhavani03/ExcelToDataBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExcelToDataBase

React Page with a form to upload the excel sheet and that data will be imported to the Database

There is an excel sheet with 3 sheets-> User, Admin, Products.

Uploading the excel sheet will insert the data into respective tables(User, Admin, Products)

Add env file with fields: NODE_ENV = development PORT = 5000 MONGO_URI = your_mongodb_uri

Do npm install in main folder as well as client folder And run "npm run dev"

About

Import Data from Excel sheet To Database build using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.3%
  • HTML 12.8%
  • CSS 6.9%