Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jprando/learngraphql

aprendendo e testando graphql + express
https://github.com/jprando/learngraphql

Last synced: about 1 month ago
JSON representation

aprendendo e testando graphql + express

Awesome Lists containing this project

README

        

```sh
yarn global add knex
# or npm i -g knex

git clone https://github.com/jprando/learngraphql.git
cd learngraphql

yarn
# or npm i

knex migrate:latest
knex seed:run

cd src
node serve.js

# access http://localhost:4000/api in browser
```