Skip to content

Codebrahma/csv-to-graphql

Repository files navigation

CSV to GraphQL

DEMO

CSV to GraphQL demo

Dev environment setup

Setup Prerequisites

Install the below softwares

S.No Software Version Reference
1 node >= 9.10.0 Node.js installation with nvm
2 npm >= 6.4.1 npm installation

Setup Instructions

  1. Clone the project

    git clone [email protected]:Codebrahma/csv-to-graphql.git
  2. Switch your current working directory to the root directory of the project

    cd csv-to-graphql
  3. Install the dependencies required by the app and development environment

    npm install
  4. Start the server

    npm start

Developer notes

To Contribute

  1. Create a new feature branch from master branch
  2. Make your contribution or changes
  3. Push your branch to github.com
  4. Raise PR to master from your feature branch.
  5. Assign ready-for-review label to your PR once you are done.