Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

o-alquimista/fragments-app

Repository files navigation

Fragments App

A blogging web app built with Fragments for demonstration purposes.

Database setup

  1. Create the file /config/pdo.ini:
driver = mysql
host = localhost
;port = 3306
database = fragments_app
;socket = /path/to/socket
;charset = utf8mb4
username = example
password = example
  1. Create the database (e.g. fragments_app) and execute all of the table definition files (SQL) located at /sql.

About

A sample web application built with Fragments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published