Git Product home page Git Product logo

courses's Introduction

Courses

Build instructions:

  1. Install node.js
  2. Install meteor: curl https://install.meteor.com/ | sh
  3. Install meteorite: npm install -g meteorite
  4. Install meteor packages: mrt install
  5. Run courses: meteor
  6. View Courses at http://localhost:3000/

Search: You'll need to do something like ssh -L 9200:localhost:9200 adi-data to tunnel into our servers to get the search working. Unfortunately as of now there isn't much of a better way to do this.

App structure

This app structure is based on the recommendations here

Note that most of the frontend code in is client/ but that the frontend code may also access code in other directories (but not tests/ and server/)

client/                     # Most of the frontend code
    lib/                    # client utlity code
      router.js             # **routes defined here**
    stylesheets/            # stylesheets for the whole app
    views/                  # **client view code**
    index.html              # Everything is injected into here
collections/                # db collections (client and server)
lib/                        # global utility code
    constants.js            # Various constants
public/                     # static files (ex. img)
scripts/                    # utility scripts not used by meteor
tests/                      # tests
smart.json                  # Meteor package manifest

Testing

Tests are currently in the tests/mocha-web-velocity directory. Editing and saving any of these tests will cause them to be automatically rerun. See the status of tests by clicking the on circle on the top right corner of the page (will only be shown in development mode).

Docker

Docker support is coming soon. Note: Docker support is for deployment, as you lose all of the reactive goodness (automatic reloading) if Meteor isn't running locally.

courses's People

Contributors

adi-bot avatar brishin avatar chrisjyan avatar dashuaige92 avatar donyu avatar evanngoldstein avatar evantarrh avatar g-ram avatar jaredbrowarnik avatar lchi avatar lumilux avatar natebrennand avatar rbtying avatar ryanbubinski avatar samw7823 avatar schlosser avatar sidnair avatar znewman01 avatar

Watchers

 avatar  avatar

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.