Skip to content

A basic example in PHP for a guestbook application (URL to be added soon)

Notifications You must be signed in to change notification settings

arju88nair/Guestbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guestbook

A simple example of a user base Guestbook where users will be able to add posts about their entries which is implemented on core PHP and MySQL

Requisites

PHP 5.6+
MySQL


Setup

git clone [email protected]:arju88nair/Guestbook.git (Make sure the SSH keys are configured or else go for the HTTPS url)
php -f Datbase.php
Create uploads folder in the root with required permissions
php -S  localhost:8080  index.php 

The Database.php script will create a dummy admin user.

Todo

  • Better routing.
  • Better messaging and display for messages.
  • Proper MVC structure
  • Better conditions and checks
  • Better API instance class
  • JWT or similar token based auth for APIs

About

A basic example in PHP for a guestbook application (URL to be added soon)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published