A mini chat application using Slim framework, PHP and SQLite.
Note To run this mini application, Visual Studio Code is recommended.
- Install SQLite extension in Visual Studio Code.
- Download and unzip the project folder.
- Open project folder in Visual Studio Code and change your directory to
../CharApp2/api
. - From
View
section in VS Code openCommand Palette...
and runSQLite: Run Query
command. (You might check the tables usingSQLite: Open Database
command) - Open terminal inside VS Code and run
php -S localhost:8080
command.