Skip to content

oskarrough/ember-news

Repository files navigation

Ember News

This is a Hacker/Designer News clone made with Ember.js and Firebase. I'd love it to be a community project for people to learn Ember. We'll see.

Roadmap

Authenticated users can create posts (title, url or comment).

Authenticated users can upvote and comment posts. Upvoting gives one point. Comments give two.

top: ordered by points and time recent: latest posts discussions: posts without links user profile:

Posts can be marked 'sunk' by admins. This means they'll never appear in top.

Posts can be labeled. For example, a post title containing 'typography' will be labeled as such. Ask/Show?

Things we'll learn:

  • Persisting data with Ember Data, Emberfire and Firebase
  • Authentication
  • Routing and components
  • Handling relationships (post + comments or user + post)

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

  • ember surge (this both builds and deploys in one)

About

Hacker/Designer News clone with Ember.js and Firebase.

Resources

Stars

Watchers

Forks

Packages

No packages published