/ihp-blog-example-app

Example project showing the project structure of a simple blog app built with IHP

Primary LanguageHaskell

ihp-blog-example-app

Example project showing the project structure of a simple blog app built with IHP as described in the Section Your First Project.

After following the steps to install IHP, you can run this app locally by running:

./start

This will automatically deal with installing all dependencies, setting up the development database and importing fixtures.

Auth

This repository has a branch auth. There you see how the authentication looks when set up. You can find the diff here.