Coder Social home page Coder Social logo

graphql-and-mongodb's Introduction

GraphQL & MongoDB exploration

This project is Evan's exploration into writing an Apollo Server based graphQL & Mongo DB integration.

Installation

Prerequisites

  • Node v12 & npm 6.x.x

Installation

Set up environment variables for:

  • MONGO_DB_USER
  • MONGO_DB_PASSWORD

Note: The MONGO_DB_PASSWORD will act as the JWT private signature for the tokens generated from this service. This means tokens are not valid across multiple service instances unless authenticated with the same credentials.

Within the project directory: npm i

Start

npm start

Usage

npm start will spin up the database connection to the MongoDB cluster running in the cloud. This will be served on the port defined in .env (currently set to 4000).

GraphQL playground will be hosted at http://localhost:4000/graphql.

Current operations are all User based, including creating and updating user entries. These operations have access controls in which modifications/reads to a created user can only be done by said user.

The front end code runs on http://localhost:8080.

Authenticating

Receiving a jwt token from the service is done by making a post request to http://localhost:4000/login with the appropriate username and password combination.

The jwt is encoded and signed to work within the service that is running. To utilize the token, add it to the Authorization header as Bearer {token}.

graphql-and-mongodb's People

Contributors

m3fawner avatar dependabot[bot] 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.