Skip to content

file sharing protocol from front end to back end and result can be directly sent to database.

Notifications You must be signed in to change notification settings

praveen05092003/file_sharing_application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file_transfer

CSV to JSON Converter

Convert CSV files to JSON format effortlessly with this Node.js application. Simplify your data transformation process using Express for the backend, Multer for file uploads, and CSVtoJSON for efficient conversion.

Table of Contents

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/csv-to-json-converter.git
  2. Navigate to the project directory:

    cd csv-to-json-converter
  3. Install dependencies:

    npm install

Usage

  1. Run the application:

    node server
  2. Open your browser and go to http://localhost:5000.

  3. Upload a CSV file using the provided form.

File Structure

  • index.html: A simple HTML file containing the file upload form.
  • server.js: Express server responsible for handling file uploads and performing the conversion.

Dependencies

  • Express: A web application framework for Node.js.
  • Multer: Middleware for handling multipart/form-data.
  • CSVtoJSON: A tool for converting CSV files to JSON.

Contributing

Feel free to contribute by opening issues or submitting pull requests. Your input is highly valued!

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

file sharing protocol from front end to back end and result can be directly sent to database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published