Giter Site home page Giter Site logo

meteor-pg-apollo-shopping-cart's Introduction

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.

meteor-pg-apollo-shopping-cart's People

Contributors

abhiaiyer91 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

meteor-pg-apollo-shopping-cart's Issues

pg_config not available when using Postgres.app

Running npm install fails if the pg_config command is not available. I created a symlink in /usr/local/bin to /Applications/Postgres.app/Contents/Versions/9.5/bin/pg_config to get the install working.

ln -s /Applications/Postgres.app/Contents/Versions/9.5/bin/pg_config /usr/local/bin

Getting error while starting this App

screen shot 2016-05-03 at 7 32 24 am

Im new to Meteor. Kindly check it and let me know the fix. Thanks for your contribution to ApolloStack. Expecting more such example Apps from you.

-Raisudeen.

Question about async

I had never used sequelize before and checking with the documentation, your marking your resolver functions as async stands out compared to the examples given on the docs.

Could you please explain that.

Thanks!

Allow using SQLite?

Since you're using Sequelize, it should be easy to use SQLite as well, which might save people from needing to set up Postgres?

Invalid body: request entity too large.

{
  "errors": [
    {
      "message": "Invalid body: request entity too large."
    }
  ]
}Unexpected error.

Am I missing something? This happens when I try to add something to the cart.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.