Skip to content

Latest commit

 

History

History
58 lines (33 loc) · 1.16 KB

File metadata and controls

58 lines (33 loc) · 1.16 KB

Haskdragon

Aim of this Repository is getting to understand some Yesod: a web framework for Haskell language

Try this web app:

redis-server
  • Install Stack
git clone <this url>
cd <repo-directory>
stack setup
stack build
stack exec haskdragon-exe
  • Enjoy in your browser or in Postman

For instance, head to:

localhost:3000

Story of this project

Setting up project with Stack

Configure Hedis to use Redis inside project, use Hedis wit Yesod

Improve code modularity using subsites

My (personal and opinated) answer to "What is the best editor for coding Haskell"

My road towards continuos integration, first step is building this project using docker