Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 450 Bytes

PHP/SQLite chat design

I created this repository a long time ago, I have very little knowledge of php.

Screenshots

screenshot

Links

Run

git clone https://github.com/salif/chat.git
cd chat
sqlite3 chat/db/main.db < chat/db/main.db.sql
php -S localhost:8080

Go to http://localhost:8080