Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 751 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 751 Bytes

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:

devenv up

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.