You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# WIP - Postgraphile Todo Tutorial - WIP
1
+
# Postgraphile Todo Tutorial - WIP
2
2
3
3
Plenty to cover (in relatively harmless doses)
4
4
@@ -19,11 +19,12 @@
19
19
20
20
##Branches
21
21
22
-
This repo is divided into a few sections that allow you to skip over some bolierplatey setup if you like. I have tried to centralize the environmental variables to make life easier on everyone. The provided source will start from the beginning of each section and the tutorial will get you (hopefully) to the end.
22
+
This repo is divided into a few sections that allow you to skip over some bolierplatey setup if you like. I have tried to centralize the environmental variables to make life easier on everyone. The provided source will start from the beginning of each section and the tutorial will get you (hopefully) to the end. There is an `.env` provided with some regularish defaults, make sure to add your modified `.env` to `.gitignore` before you start working on anything.
23
23
24
24
[x] section-1 - Setup of docker-compose with postgres, initial migrations to setup a schema and table in postgres
25
25
[x] section-2 - Postgraphile CLI, fun with graphiql, express
26
-
[] section-3a - Brief interlude with queries, some further simplification of postgraphile and an "inital" working todo app with apollo and react
27
-
[] section-3 - Apollo-client, React, pubsub with websockets
26
+
[x] section-3a - Brief interlude with queries, some further simplification of postgraphile and a working todo app with apollo and react
27
+
[] section-3 - pg_notify(), websockets, apollo client useSubscription
0 commit comments