ihp-blog-example-app
ihp-blog-example-app copied to clipboard
Example project showing the project structure of a simple blog app built with IHP
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.