Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.44 KB

README.MD

File metadata and controls

36 lines (26 loc) · 2.44 KB

FOSSA Status Open Source Helpers

Installation

Clone the repository from one of the versions in the tags

Building

Before starting building block you need to required these tools and motars for building your scalable GraphQL API endpoint.

  1. install PostgreSQL as per your system arch as like 32x-bit and 64x-bit from here.
  2. install Redis as per your system arch as like 32x-bit and 64x-bit. for windows user can directly download the build stable release msi
    build from here.
  3. install Visual studio code which i preffere most download from here.
  4. install git svn from here
  5. install Nodejs & npm | npm package manager come with nodejs package so don't worry about it otherwise for macOS user can install yarn.

    Make sure your node version is above 8 for checking your node version
    node -v Open shell command and
    Run these commands
    git colone https://github.com/saurabharch/GraphqlType-API-Registeration
    cd GraphqlType-API-Registeration
    npm i
    to install the packages.

Then npm start to run a local server.

Deployment

Contact saurabh kashyap for more info on Deployment.

Contributors

Also see a list of contributors here: Contributors on this repository

FOSSA Status