graphcool / graphcool
GraphCool webservice framework.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- ext-curl: *
- ext-pdo: *
- mrap/graphcool: *
Requires (Dev)
- roave/security-advisories: dev-latest
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+pwddocker-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