title | showTitle | hideAnchor | sidebar |
---|---|---|---|
Contributing |
true |
false |
Documentation |
- Getting started
- Documentation
- Contributing
yarn :
apt-get install git curl yarn
# or
brew install git curl yarn
git clone git@github.com:teamstarter/graphql-web-hooks.git
cd graphql-web-hooks
yarn
yarn start
yarn run gnj migrate ./../tests/sqliteTestConfig.js
yarn start
yarn test
Debugging a specific test
node --inspect-brk ./node_modules/jest/bin/jest.js ./tests/job.spec.js
- GraphQL-Sequelize-Generator
- A Graphql API generator based on Sequelize.
- GraphQL-Node-Jobs
- A job scheduler, a runner and an interface to manage jobs. In one lib.