david-prv / quicky-example

An example of QuickyPHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quicky-example

A very, very small and simple demonstration of QuickyPHP.

Installation

# get files
git clone https://github.com/david-prv/quicky-example.git
cd quicky-example

# install dependencies
composer install --no-dev

# run server
php quicky-cli start

Authentication

Username: admin@example.tld
Password: admin

Overview

/

Home page, showing a bootstrap default blog site

/login

Using GET, it is the login page (which is also from bootstrap) for the account dashboard (No CSRF or sth similar)
Using POST, it is the endpoint for the login-form

/logout

Destroys the session and logs you out

/dashboard

A dummy bootstrap dashboard, showing your email address. This page is only visible, iff you are logged in. For login credentials see above. No other credentials work.

Credits

About

An example of QuickyPHP


Languages

Language:PHP 77.5%Language:HTML 19.8%Language:CSS 2.7%