Code Monkey home page Code Monkey logo

meteorcasts's Introduction

MeteorCasts

Each example from the course can be found within this repo. You can either look at the files in a completed state, or check out the changes that were made in a particular section by clicking on one of the links below.

meteorcasts's People

Contributors

stephengrider 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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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

meteorcasts's Issues

Readme.md truncated?

I'm following your course on Udemy and just came here to the repo to get the code. It looks like your readme.md is truncated because you mention clicking links below but there are no links. Maybe this was an error from a failed push (incomplete edits)?

how to expose apis from meteor backend to be used by react-native ?

I'm new to meteor world, but just recently ive played around pub sub. I love that I dont have to the usual bs that I was doing with meanjs,

We dont have a big team so productivity and rolling things out fast is very important at this stage of the project.

Things that we need in our project:

  1. Productivity is huge!
  2. Reactivity is too good, not to include it.
  3. Scaling is needed but aint that important at this time, eventually it will be nice to have but by that time we can figure out better solution. Currently targetting 2-3k users.

Ours is a an react-native app, same UI we'll also provide on browser using existing tools.

Question:

  1. Like in mean stack i cn expose the api for user logging in and making api calls to various products and roles that are assigned to it. How do i do the exposing part within Meteor ?

Is there an easy way to expose the api ?

  1. Would it be worth to just move to Appolo rather than messing with Meteor on how to expose apis ? I was thinking now i have to learn Apollo too, but if it could help us more in the longer run I'm willing to make the decision.

Please let me know your opinion.

Error on meteor install

I keep getting this error when installing meteor with terminal:

Wills-MacBook-Air:meteor WillCousin$ curl https://install.meteor.com/ | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7786 0 7786 0 0 14058 0 --:--:-- --:--:-- --:--:-- 14079
Removing your existing Meteor installation.
Downloading Meteor distribution
######################################################################## 100.0%

Meteor 1.4.2.3 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.

To get started fast:

$ meteor create ~/my_cool_app
$ cd ~/my_cool_app
$ meteor

Or see the docs at:

docs.meteor.com

Wills-MacBook-Air:meteor WillCousin$ meteor create images
You can't create a Meteor project inside another Meteor project.
Wills-MacBook-Air:meteor WillCousin$ cd images
Wills-MacBook-Air:images WillCousin$ meteor
[[[[[ ~/Desktop/meteor/images ]]]]]

=> Started proxy.
=> Started MongoDB.
W20170109-18:34:32.542(-6)? (STDERR) /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:348
W20170109-18:34:32.591(-6)? (STDERR) }).run();
W20170109-18:34:32.591(-6)? (STDERR) ^
W20170109-18:34:32.592(-6)? (STDERR)
W20170109-18:34:32.592(-6)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules
W20170109-18:34:32.593(-6)? (STDERR) directory. Please run the following command to install it:
W20170109-18:34:32.594(-6)? (STDERR)
W20170109-18:34:32.595(-6)? (STDERR) meteor npm install --save babel-runtime
W20170109-18:34:32.596(-6)? (STDERR)
W20170109-18:34:32.597(-6)? (STDERR) at meteorInstall.node_modules.meteor.babel-runtime.babel-runtime.js (packages/babel-runtime.js:37:9)
W20170109-18:34:32.597(-6)? (STDERR) at fileEvaluate (packages/modules-runtime.js:181:9)
W20170109-18:34:32.598(-6)? (STDERR) at require (packages/modules-runtime.js:106:16)
W20170109-18:34:32.599(-6)? (STDERR) at packages/babel-runtime.js:139:15
W20170109-18:34:32.599(-6)? (STDERR) at packages/babel-runtime.js:150:3
W20170109-18:34:32.599(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:295:34
W20170109-18:34:32.599(-6)? (STDERR) at Array.forEach (native)
W20170109-18:34:32.600(-6)? (STDERR) at Function..each..forEach (/Users/WillCousin/.meteor/packages/meteor-tool/.1.4.2_3.1rd9djy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20170109-18:34:32.600(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:128:5
W20170109-18:34:32.600(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:344:5
=> Exited with code: 1
W20170109-18:34:34.089(-6)? (STDERR) /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:348
W20170109-18:34:34.090(-6)? (STDERR) }).run();
W20170109-18:34:34.090(-6)? (STDERR) ^
W20170109-18:34:34.091(-6)? (STDERR)
W20170109-18:34:34.091(-6)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules
W20170109-18:34:34.091(-6)? (STDERR) directory. Please run the following command to install it:
W20170109-18:34:34.092(-6)? (STDERR)
W20170109-18:34:34.093(-6)? (STDERR) meteor npm install --save babel-runtime
W20170109-18:34:34.093(-6)? (STDERR)
W20170109-18:34:34.093(-6)? (STDERR) at meteorInstall.node_modules.meteor.babel-runtime.babel-runtime.js (packages/babel-runtime.js:37:9)
W20170109-18:34:34.094(-6)? (STDERR) at fileEvaluate (packages/modules-runtime.js:181:9)
W20170109-18:34:34.094(-6)? (STDERR) at require (packages/modules-runtime.js:106:16)
W20170109-18:34:34.095(-6)? (STDERR) at packages/babel-runtime.js:139:15
W20170109-18:34:34.095(-6)? (STDERR) at packages/babel-runtime.js:150:3
W20170109-18:34:34.096(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:295:34
W20170109-18:34:34.098(-6)? (STDERR) at Array.forEach (native)
W20170109-18:34:34.099(-6)? (STDERR) at Function..each..forEach (/Users/WillCousin/.meteor/packages/meteor-tool/.1.4.2_3.1rd9djy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20170109-18:34:34.100(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:128:5
W20170109-18:34:34.102(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:344:5
=> Exited with code: 1
W20170109-18:34:35.247(-6)? (STDERR) /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:348
W20170109-18:34:35.247(-6)? (STDERR) }).run();
W20170109-18:34:35.248(-6)? (STDERR) ^
W20170109-18:34:35.248(-6)? (STDERR)
W20170109-18:34:35.248(-6)? (STDERR) Error: The babel-runtime npm package could not be found in your node_modules
W20170109-18:34:35.249(-6)? (STDERR) directory. Please run the following command to install it:
W20170109-18:34:35.250(-6)? (STDERR)
W20170109-18:34:35.250(-6)? (STDERR) meteor npm install --save babel-runtime
W20170109-18:34:35.251(-6)? (STDERR)
W20170109-18:34:35.251(-6)? (STDERR) at meteorInstall.node_modules.meteor.babel-runtime.babel-runtime.js (packages/babel-runtime.js:37:9)
W20170109-18:34:35.251(-6)? (STDERR) at fileEvaluate (packages/modules-runtime.js:181:9)
W20170109-18:34:35.252(-6)? (STDERR) at require (packages/modules-runtime.js:106:16)
W20170109-18:34:35.252(-6)? (STDERR) at packages/babel-runtime.js:139:15
W20170109-18:34:35.252(-6)? (STDERR) at packages/babel-runtime.js:150:3
W20170109-18:34:35.253(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:295:34
W20170109-18:34:35.253(-6)? (STDERR) at Array.forEach (native)
W20170109-18:34:35.254(-6)? (STDERR) at Function..each..forEach (/Users/WillCousin/.meteor/packages/meteor-tool/.1.4.2_3.1rd9djy++os.osx.x86_64+web.browser+web.cordova/mt-os.osx.x86_64/dev_bundle/server-lib/node_modules/underscore/underscore.js:79:11)
W20170109-18:34:35.255(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:128:5
W20170109-18:34:35.255(-6)? (STDERR) at /Users/WillCousin/Desktop/meteor/images/.meteor/local/build/programs/server/boot.js:344:5
=> Exited with code: 1
=> Your application is crashing. Waiting for file change.

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.