loopback-graphql
Adding graphql to loopback, based on Apollo Server
File Explorer
Download Latest Version (.zip)- launch.json
- settings.json
- tasks.json
- data.json
- mutation.spec.ts
- pagination.spec.ts
- query.spec.ts
- testHelper.ts
- README.md
- account.js
- account.json
- address.js
- address.json
- author.js
- author.json
- book.json
- catalogs.js
- catalogs.json
- customer.js
- customer.json
- email-address.js
- email-address.json
- googlemaps.js
- googlemaps.json
- link.json
- note.js
- note.json
- order.js
- order.json
- products.js
- products.json
- reader.json
- content.json
- loopback-graphql.png
- authentication.js
- root.js
- component-config.json
- config.json
- data.json
- datasources.json
- middleware.development.json
- middleware.json
- model-config.json
- server.js
- ast.ts
- boot.ts
- execution.ts
- index.ts
- interfaces.ts
- methods.ts
- resolvers.ts
- typedefs.ts
- utils.ts
- .editorconfig
- .eslintignore
- .eslintrc.json
- .gitignore
- .jsbeautifyrc
- .npmignore
- .travis.yml
- .yo-rc.json
- CHANGELOG.md
- CONTRIBUTING.md
- data.json
- jsconfig.json
- LICENSE
- package.json
- README.md
- tsconfig.json
- tsconfig.release.json
- tsconfig.test.json
- tslint.json
# Installation Guide
1. Get the code
git clone https://github.com/Tallyb/loopback-graphql
Downloads the entire project code from GitHub to your computer.
cd loopback-graphql
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install loopback-graphql
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
