graphcool/graphcool

GraphCool webservice framework.

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/graphcool/graphcool

1.0.1 2022-01-20 11:17 UTC

This package is auto-updated.

Last update: 2025-09-20 19:51:20 UTC


README

Create a new project:
composer create-project --prefer-dist graphcool/graphcool myApp

Check and update following files in your new project:

  • .env.local - app name, database name+user+pwd
  • docker-compose.yml - port, database name+user+pwd

Then create a .env file:
cp .env.local .env

Create a public key for JWT:
cp jwtkey-public-staging.pem jwtkey-public.pem

Build and start your container:
docker-compose up --build