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.
- install PostgreSQL as per your system arch as like 32x-bit and 64x-bit from here.
- 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.
- install Visual studio code which i preffere most download from here.
- install git svn from here
- 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