abhiaiyer91 / meteor-pg-apollo-shopping-cart

Shopping Cart example with Meteor, Postgres, and Apollo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Shopping Cart example with Meteor, Postgres, and Apollo


Languages

Language:JavaScript 62.8%Language:CSS 36.8%Language:HTML 0.4%