An open API service indexing awesome lists of open source software.

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.

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.