/quote_machine

Quote Machine built in Meteor

Primary LanguageJavaScript

Quote Machine - Meteor

A simple project working with the Meteor Framework. Putting this together as a practice application to get a chance to learn about the Meteor.

Getting Started

  1. First off you will need to be performing your work on a Mac.
  2. Install Meteor onto your machine
  3. Install Meteorite globally to your machine
  4. Download the Repo
  5. Nav into your project directory and run mrt

Frameworks / Plugins Used

Here is a list of outside plugins or frameworks that this project uses and might need some additional outside research to become familiar with.

  1. Meteor - developement environment and RTW
  2. Bootstrap - helper for styling
  3. Handlebars - for HTML templating
  4. jQuery - selectors etc... trying to stick to Vanilla js as much as possible
  5. iron-router - simply for routing
  6. MongoDB - as the JSON DB

Useful Documents