Skip to content

Commit

Permalink
Barebones of README and TUTORIAL
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Pilař committed Apr 16, 2011
1 parent f015c78 commit 5f1c453
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -3,5 +3,6 @@ Snap-pastie is an implementation of simple code pasting service. It's developed

## Why
It was created for two reasons:

1. To learn (a new technology myself)
2. To help (others to learn via tutorial)
20 changes: 20 additions & 0 deletions TUTORIAL.md
@@ -0,0 +1,20 @@
## Welcome
Welcome curious stranger. You have wandered into tutorial which aims to help you grasp the Snap and Heist Haskell modules via building a simple dynamic website.

## Prerequisites
### Knowledge
### Modules
### Tools

## Design Decisions
### Model
Access DB here and nowhere else.

### Controller
Logic on top of model. Hesit's Splices.

### View
Heist's Templates.

## Down to Bussines
### Setting up MongoDB Extension

0 comments on commit 5f1c453

Please sign in to comment.