Skip to content

💬 Swirkz Chat is a collaborated chat created by students to improve their programming skills.

License

Notifications You must be signed in to change notification settings

pilotpirxie/swirkz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swirkz

Swirkz Chat is a collaborated chat created by students to improve their programming skills. Use on your own risk 😉

Quick Start

Download files:

$ git clone [email protected]:pilotpirxie/swirkz.git

or:

$ wget https://github.com/pilotpirxie/swirkz/archive/1.0.zip

Create database:

mysql> CREATE DATABASE swirkz

and import schema from config/swirkz.sql:

mysql -u username -p database_name < swirkz.sql

And finally, insert your config info in config/db_conn.php

<?php
$db_host = 'localhost';
$db_name = 'swirkz';
$db_user = 'root';
$db_pass = '';

License

MIT

About

💬 Swirkz Chat is a collaborated chat created by students to improve their programming skills.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published