Giter Site home page Giter Site logo

utkarshilh / exceltomongo Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 380 KB

ExcelToMongo is a web application developed with Node.js, React.js, and MongoDB. It facilitates the seamless uploading of Excel files and their storage in MongoDB, streamlining data management tasks. Ideal for users seeking efficient data storage and analysis capabilities.

JavaScript 60.12% HTML 15.44% CSS 24.43%
backend-api begineer-project data-storage frontend-development full-stack major-project react react-crud react-mongodb-nodejs-expressjs beginer-projects beginner-friendly crud-application

exceltomongo's Introduction

ExcelToMongo

ExcelToMongo is a web application built with Node.js, React.js, and MongoDB that allows users to upload Excel files and store their data into a MongoDB database.

Features

  • Upload Excel files
  • Convert Excel data to JSON
  • Store JSON data in MongoDB
  • Backend endpoint for fetching stored data

Technologies Used

  • Node.js
  • React.js
  • MongoDB

Getting Started

Follow the steps below to set up and run the project locally.

Prerequisites

Make sure you have the following installed on your machine:

  • Node.js
  • npm
  • MongoDB

Installation

  1. Clone the repository to your local machine.
git clone https://github.com/utkarshilh/ExcelToMongo
  1. Navigate to the project directory.
cd your-repository
  1. Install dependencies for both frontend and backend.

Install frontend dependencies

cd client
npm install
  1. Install backend dependencies
cd ../server
npm install
  1. Set up the MongoDB database.

Make sure MongoDB is running on your machine. Create a .env file in the server directory and provide the MongoDB connection URL.

MONGODB_URI=your_mongodb_connection_url
  1. Running the Application
npm start

Usage

  • Upload an Excel file using the provided input field.
  • Click the "Upload" button to store the data into the MongoDB database.
  • Check the response for success or error messages.

Backend API

The backend API provides the following endpoints:

  • `GET /collectionDetails: Fetch all entries stored in the database.
  • `POST /uploadData: Upload JSON data to store in the database.

Screenshots

Project Image

Contributing

Contributions are welcome! Please follow these steps:

  • Fork the repository
  • Create your feature branch (git checkout -b feature/YourFeature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin feature/YourFeature)
  • Create a new Pull Request

exceltomongo's People

Contributors

utkarshilh avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.