Skip to content

graphql server with nodejs using mongoDB

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
LICENSE.md
Notifications You must be signed in to change notification settings

raindigi/graphql-server-with-node

Repository files navigation

Open Source Helpers Coverage Status

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 MongoDB 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/graphql-server-with-node
    cd graphql-server-with-node
    npm i
    to install the packages.

Then npm start to run a local server.

Deployment

Contact saurabh kashyap for more info on Deployment.

Contributors

graphql-server-with-node

About

graphql server with nodejs using mongoDB

Resources

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published