Skip to content

Commit 092fb8c

Browse files
Update README.md
1 parent 1f3ba18 commit 092fb8c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# WIP - Postgraphile Todo Tutorial - WIP
1+
# Postgraphile Todo Tutorial - WIP
22

33
Plenty to cover (in relatively harmless doses)
44

@@ -19,11 +19,12 @@
1919

2020
##Branches
2121

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.
2323

2424
[x] section-1 - Setup of docker-compose with postgres, initial migrations to setup a schema and table in postgres
2525
[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
28+
[] section-4 - multiuser setup and auth w/ jwt
2829
[x] main - current
2930

0 commit comments

Comments
 (0)