Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterloftis committed Aug 9, 2012
1 parent 439333c commit a67eb70
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Express App - Components

A simple app with sign-in and dashboard views. Demonstrating concepts:
- Everything is a component (components live in `lib`)
- Pyramid testing (view integrations live in `test`, model and controller tests live in `lib/*/test`)
- Makefile as entry point (everything starts with `make`)
A simple app with sign-in and dashboard views.

## Concepts

- **Everything is a component** (components live in `lib`)
- **Pyramid testing** (view integrations live in `test`, model and controller tests live in `lib/{component}/test`)
- **Makefile as entry point** (everything starts with `make`)
- **Separate code and config** (`config` is injected into `main()`) ...and other 12-factor guidelines

## Try it

Expand Down

0 comments on commit a67eb70

Please sign in to comment.