Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tdumitrescu/angular-express-coffee-blog
Example AngularJS app using Coffeescript and an Express + Brunch backend.
https://github.com/tdumitrescu/angular-express-coffee-blog
Last synced: about 1 month ago
JSON representation
Example AngularJS app using Coffeescript and an Express + Brunch backend.
- Host: GitHub
- URL: https://github.com/tdumitrescu/angular-express-coffee-blog
- Owner: tdumitrescu
- License: other
- Created: 2013-11-06T21:07:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-06T02:10:07.000Z (almost 11 years ago)
- Last Synced: 2024-10-17T21:43:54.526Z (2 months ago)
- Language: CSS
- Size: 272 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/tdumitrescu/angular-express-coffee-blog.png?branch=master)](https://travis-ci.org/tdumitrescu/angular-express-coffee-blog)
# Angular + Express + Brunch + Coffeescript Example App
A Coffeescript implementation of the [example app](https://github.com/btford/angular-express-blog) from Brian Ford's blog post ["Writing an AngularJS App with an Express + Node.js Backend"](http://briantford.com/blog/angular-express.html), with a somewhat different client-server architecture.
The starting point for the blog example is my Brunch template [Fast and Pointed Brunch](https://github.com/tdumitrescu/fast-and-pointed-brunch) rather than [Angular Express Seed](https://github.com/btford/angular-express-seed). The Brunch version handles Coffeescript on both client and server, while also stripping down the Express server so that it exposes only JSON API routes, serving everything else as pre-compiled static assets (including view templates).
For an implementation of this example with a PostgreSQL persistence layer, see [sea-blog](https://github.com/tdumitrescu/sea-blog) (= SQL + Express + AngularJS).