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
{{ message }}
This repository was archived by the owner on Jan 14, 2020. It is now read-only.
* checkpoint
* Tweaks
* Fix comments
* Typo fix
* Re-structured directories. Added support for DB migration
* Update readme to use preformatted code sections.
* Postgres wasn’t returning name/description/price for listings
* DB inserting should be idempotent.
It should be fine to rerun the listener and reindex all listings.
You should see messages in the console indicating events are being indexed.
30
+
31
+
32
+
To start the Apollo GraphQL server:
33
+
===================================
34
+
35
+
You will need to update the origin-box:docker-compose.yml. For the image origin-js, proxy port 4000 to 4000 for the Apollo server. [TODO: update origin-box config]
36
+
37
+
Use origin-box to start an origin-js container.
38
+
39
+
docker-compose up origin-js
40
+
41
+
Start the Apollo server in the origin-js container
0 commit comments