Skip to content

joinhandshake/code-challenge-boilerplate-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handshake Code Challenge Graphql Boilerplate

Quickstart

Start Prisma + Postgres API

docker-compose up -d

Deploy Prisma schema

yarn deploy

Serve the front end

yarn start

Go to http://localhost:1234

API

This repo uses a Prisma backed API. prisma writing migrations in prisma depends on docker + node

Setup locally with docker-compose up -d To deploy your Prisma API locally after making changes to the schema, run yarn deploy

Once the server is running, you can interact with the Graphql API at http://localhost:4466/

Front end

Parcel

The front end is hosted by parcel

Serve front end assets with yarn start on localhost:1234

React

The front end is setup with React + Apollo to see data. See client/index.js

About

Graphql Code challenge stack

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published