Web app that enables users to connect with each other and barter skills. Powered by the CodeIgniter framework. https://www.codeigniter.com/
Installation instructions:
-
sudo apt-get install lamp-server^
-
Copy html directory contents into /var/www/html
-
Set appropriate database settings in /var/www/html/application/config/database.php
-
mysql -u username -p
Enter your password.
create database skillswap;
use skillswap;
source skillswap.sql;
Login info:
Username: dajwa
Password: test123