https://github.com/junekelly/yesodexample
A simple Yesod todo list site.
https://github.com/junekelly/yesodexample
Last synced: 12 months ago
JSON representation
A simple Yesod todo list site.
- Host: GitHub
- URL: https://github.com/junekelly/yesodexample
- Owner: JuneKelly
- License: mit
- Created: 2013-02-23T18:03:53.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-14T19:06:12.000Z (about 13 years ago)
- Last Synced: 2025-02-26T11:36:04.322Z (over 1 year ago)
- Language: Haskell
- Size: 293 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yesod Example
=============
This is a (very) simple Yesod todo-list application.
- MongoDB backend
- HashDB Auth
- Gravatars
- integration testing with CasperJS
- Bootstrap integration
- Basic CRUD operations on User accounts, Todo lists and Tasks
The purpose of this repo is to show an example of a scaffolded Yesod
site with some functionality beyond that of the examples in
the (excellent) Yesod Book.
For the CasperJS tests, either run `mongorestore --drop /database/test` , or use the json files in database/create/ with mongoimport to populate the local YesodExample database.