arpanetus / gucci-gang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gucci-gang

run:

first you need to up the containers

$ docker-compose up -d

then you can run:

$ yarn watch

populate some data (graphql server must be running):

$ yarn populate

show the population-mutations:

$ yarn populog
$ cat public/seed-mutations.graphql

graphql

In the url below you can look for schema and docs:

http://localhost:4001/graphql

static-files : http://localhost:4001/static

all the mutation stuff may lie in public/seed-mutations.graphql

TODO:

  • user add/reg(I guess using neo4j as regular backend is ok, since we're using graphql)
  • issues
  • community stuff

About


Languages

Language:JavaScript 59.9%Language:Shell 38.7%Language:Dockerfile 1.4%