Skip to content

andrygc/qvolax

Repository files navigation

Qvolax

Technologies used for the development: html5, css3, bootstrap, javascript, jquery, php and mysql.

Requirements

  • PHP version 5.3 or newer is recommended.
  • A database (MySQL)

Get the source code

git clone https://github.com/andrygc/qvolax.git
cd qvolax

Create database tables

Qvolax supports MySQL. Create a database for Qvolax and install the tables with the included scripts.

mysql -u username -p databasename < database/schema.mysql.sql

Configure database details

Go to the include directory, open config.php file, and set database detail as follow:

$db = mysqli_connect('<HOST>', '<USER_NAME>', '<PASSWORD>', '<DATABASE_NAME>');

Open application in browser

Through the terminal in the project folder execute the command

php -S localhost:8000

Open from browser at http://localhost:8000

Getting updates

To get the latest features, simply do a pull:

git pull

About

Sistema de chat en tiempo real

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors