Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.41 KB

File metadata and controls

35 lines (30 loc) · 1.41 KB

Table of Contents

Project-Specification

Project Specification

Pre-requisites

  • HTML5, PHP7 and SQL
  • Create a new SQL Database using your PHPMyAdmin

How-to-use-it

  • From root repo, lanch your PHP server:
php -S localhost:8000
  • and using your browser goto: localhost:8000
  • Or clone this repo in "www" repo of your WampServer and go to this path using your localhost path

Some-Screenshots

  • Chat interface:
    • You need to specify pseudo and message
    • Only last 10 messages will be prompt
    • You have possibility to remove message you have posted by clicking on the red cross on the right
      image
  • In case you dont specify the pseudo or the message warnings will be prompt
    • Both:
      image
    • Only message is missing:
      image
    • Only pseudo is missing:
      image