Git Product home page Git Product logo

express-hapi-graphql's Introduction

express-hapi-graphql

A prototype of building a GraphQL server with Apollo Server wrapped with Express, Hapi and KOA

dependencies

This project is written in TypeScript and as a result uses typings to import dependent type definitions. Typings will be installed automatic as a post install step. All tool dependencies are installed locally and can be used with npm run commands.

building

A build must be executed before running the project:

npm run build

A build will be automatically executed when running the application with

npm run dev:express

or for HAPI

npm run dev:hapi

express-hapi-graphql's People

Contributors

nnance avatar

Stargazers

Ben Kinsey avatar

Watchers

James Cloos avatar  avatar

express-hapi-graphql's Issues

error running `npm run dev:hapi`

Same error happens when running npm run dev:express

bkinsey@kinsey-Inspiron-3551:~/opt/nnance/express-hapi-graphql$ npm run dev:hapi
> [email protected] dev:hapi /home/bkinsey/opt/nnance/express-hapi-graphql
> nodemon ./dist/hapi.js

[nodemon] 1.9.2
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node ./dist/hapi.js`
module.js:440
    throw err;
    ^

Error: Cannot find module 'graphql'
    at Function.Module._resolveFilename (module.js:438:15)
    at Function.Module._load (module.js:386:25)
    at Module.require (module.js:466:17)
    at require (internal/module.js:20:19)
    at Object.<anonymous> (/home/bkinsey/opt/nnance/express-hapi-graphql/dist/core/graphqlServer.js:2:17)
    at Module._compile (module.js:541:32)
    at Object.Module._extensions..js (module.js:550:10)
    at Module.load (module.js:456:32)
    at tryModuleLoad (module.js:415:12)
    at Function.Module._load (module.js:407:3)
[nodemon] app crashed - waiting for file changes before starting...

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.