git clone https://github.com/graphql-zeroconf/zeroconf_postgres_template.git
cd zeroconf_postgres_template
npm install
cat <<EOF >.env
POSTGRES_HOST=
POSTGRES_PORT=5432
POSTGRES_DATABASE=
POSTGRES_USER=
POSTGRES_PASSWORD=
GRAPHQL_HOST=localhost
GRAPHQL_PORT=4000
EOF
$ npm start
or
$ npm run graphql
$ npm run apollo