New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

graphgoose

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphgoose

Quickly create an opinionated Node-ApolloExpress GraphQL API that connects to any MongoDB cluster.

latest
Source
npmnpm
Version
0.0.5
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

GraphGoose

CLI tool for quick starting a GraphQL server with Node, Apollo-Express, Mongoose and MongoDB.

Usage:

In your terminal navigate to the folder you wish to work in and run:

npx graphgoose

This will install and run graphgoose for you automatically and ask you to choose your templates.

The quick start is for simple projects and designed to get you quickly up and running to experiment with GraphQL. The modular start is in beta and built with the intention of giving you a base for starting a GraphQL API for a larger project.

Roadmap Items

Note: please do not raise an issue for the following items, if you would like to work on any of them please reach out to rahat on twitter @rahatcodes or by email rahat@rahatcodes.com.

The following are all items being working on for v1.0.0 (est. release January 2020)

  • Revamp Readme and revamp documentation on how to use graphgoose
  • Implement tests for code
  • Implement full CRUD funcitonality for initial GraphQL schema on both templates
  • For modular template work on optimization (dataloader)

Stretch goals:

  • Implement Jest for testing on modular template
  • Consider refactor of the way schema is generated and passed to Apollo Server

Keywords

GraphQL

FAQs

Package last updated on 01 Dec 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts