Coder Social home page Coder Social logo

bulk-excel-file-reader's Introduction

Bulk Excel File Reader

Table of Contents

About

This a simple nodejs app that reads an excel file and stores its contents in a Database.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

git clone https://github.com/devgranty/bulk-excel-file-reader.git

To clone this repository

Prerequisites

npm install

To install dependencies

npm start

To start app

  • Create database "ecr_excel_reader_db" and import the file in root dir "ecr_excel_reader_db.sql" in your database.
  • Create .env variables to your database credentials.

Usage

Endpoints

  • POST /v1/products : create new product : fields [ filename ]
  • GET /v1/products : get all products
  • GET /v1/product/:id : find product with ID
  • PATCH /v1/product/:id : update product with ID : fields [ name, price, description ]
  • DELETE /v1/product/:id : delete product with ID

Fields

  • name : Name of product
  • price : Price of product
  • description : Description of product
  • filename : This is the name of the excel/csv file to be read. E.g "sample.csv"

bulk-excel-file-reader's People

Contributors

devgranty 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.