An open API service indexing awesome lists of open source software.

https://github.com/salif/chat

PHP/SQLite chat design
https://github.com/salif/chat

chat chat-application chat-bot chat-css chat-design chat-room chatapp chatbot chatbots chatroom php-chat php-chat-app php-chatbot

Last synced: about 1 month ago
JSON representation

PHP/SQLite chat design

Awesome Lists containing this project

README

        

# PHP/SQLite chat design

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

## Screenshots

![screenshot](./media/chat.png)

## Links

- Source code: [Github](https://github.com/salif/chat)
- Source code: [Codeberg](https://codeberg.org/salif/chat)

## Run

```bash
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