Skip to content

IAMZERG/Node-Postgres-Todo-Frontend

Repository files navigation

Postgres-todo

This is a simple front-end for a todo list app that was built based on a tutorial found at http://mherman.org/blog/2015/02/12/postgresql-and-nodejs/#.VcuIFETd_0o

However, instead of being a good little boy and following along with the tutorial in Angular, I decided to do it in Ember.js.

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

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

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

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Front-end for tutorial found at http://mherman.org/blog/2015/02/12/postgresql-and-nodejs/#.VcuIFETd_0o. Main difference: built in Ember instead of Angular

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published