Skip to content
This repository has been archived by the owner on May 27, 2018. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.07 KB

Meteor accounts GraphQL server

Exposes the functionality of the accounts-password package as a GraphQL microservice.

Quick start

  • git clone https://github.com/Coral-Innovation/meteor-accounts-graphql-server.git
  • cd meteor-accounts-graphql-server
  • export MONGO_URL="mongodb://user:password@myserver.com:10139"
  • meteor
  • Go to http://localhost:3000/graphiql

Atmosphere packages

NPM packages