Skip to content

walternate/marvel-meen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

marvel-meen

A MongoDB, Express, Ember, Node.js application built using Ember-cli to showcase the wonder of the Marvel API.

Requires node >= 0.10.29, npm >= 1.5, mongod >= 2.4.9, and ember-cli >= 0.0.39

This repo was made for those looking for an interesting working example of an Express and Ember.js application (built with ember-cli). It is by no means perfect and I'm sure could be improved in a number of ways. As a matter of fact I'm a quite new to Ember! So hack and break as much as you can! It's my very favorite way to learn :D

Follow me on twitter https://twitter.com/madmattican

Getting setup

  • git clone this repository

Setting Up Ember & Ember-cli

  • cd meen-ember
  • npm install
  • bower install

Setting Up Express

  • cd express
  • npm install

Running Express

  • cd express && mogod &

npm start

Please make sure that Mongo is started before Express and Express before MongoDB.

Running Ember

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://iamstef.net/ember-cli/.

About

A MongoDB, Express, Ember, Node.js application built using ember-cli and the Mavel API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors