Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 268 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 268 Bytes

DONT USE DOCKER FILES - THEY ARE NOT YET WORKING

App

Start JSON server:

cd ./server 
yarn  json:server

access it: http://localhost:4001/users

Start node graphQL server:

yarn dev

The GraphQL UI can be accessed : http://localhost:4000/graphql