Skip to content

stephane-klein/react-admin-and-postgraphile-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Admin and Postgraphile playground

This project is based on:

Prerequisites

Homebrew instructions:

$ brew cask install docker
$ brew install git node yarn jq

Getting started

Git clone this project a working directory, next:

$ ./scripts/up.sh

You can browse in database with graphiql on this page: http://127.0.0.1:5000/graphiql

Now that the backend has been started, go to frontend/ to start the « Contact Web Frontend ».