Reputation: 17930
I am planning to write a yesod web application. And I'm wondering whether there are some large project using yesod that is well designed that I could look at and experiment with. I am looking for open source projects. I can learn from.
Upvotes: 9
Views: 2452
Reputation: 3115
As an update for this answer there is now a page of these on the Yesod wiki, including the source for my own site.
Upvotes: 0
Reputation: 161
I've been developing a web application that focuses on media sharing mainly inside home network, and acted as a excercise for me. This was the first project for me using Yesod, and in fact the first larger project written in Haskell, but maybe there is something to learn from it.
There's stuff like reused widgets, custom sql queries (could probably use esquelato nowadays), hashdb authentication/access control and plugin-like sections-thingy for handling different types of files in share.
Disclaimer: This is my personal project developed purely for my needs, and I have not had the time to upgrade the code base for Yesod 1.2 nor do I consider it stable or well-designed.
The source code: https://github.com/SimSaladin/rnfssp
An in-production demo can be found at https://ssdesk.paivola.fi
Upvotes: 7