/meteor-pg-apollo-shopping-cart

Shopping Cart example with Meteor, Postgres, and Apollo

Primary LanguageJavaScript

Meteor Postgres Apollo Shopping Cart

Setup Postgres Mac OSX

  1. Get http://postgresapp.com/

  2. Install and run.

  3. In the pg console, create and connect to the database

  4. Modify the username in the pg-connector

CREATE DATABASE shoppingdb;
\c shoppingdb

Start Meteor

npm install

meteor

Contribute

It'd be cool to see the feature set expand, and cleaned up. If you want to get involved file issues and make prs.