Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 305 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 305 Bytes

This is a quote database a la bash.org written in haskell for the AtomHacks 2015 hackathon.

This entire project was used to really get a feel for haskell in the real world. I used the Scotty for the http server, aeson for parsing json data, and postgreSQL-simple to interface with a postgresql database.