Skip to content

linksapprentice1/SkillSwap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SkillSwap

Web app that enables users to connect with each other and barter skills. Powered by the CodeIgniter framework. https://www.codeigniter.com/

Installation instructions:

  1. sudo apt-get install lamp-server^

  2. Copy html directory contents into /var/www/html

  3. Set appropriate database settings in /var/www/html/application/config/database.php

  4. mysql -u username -p

Enter your password.

create database skillswap;

use skillswap;

source skillswap.sql;

Login info:

Username: dajwa

Password: test123

About

Connect with others and barter skills! Web app powered by the CodeIgniter framework. https://www.codeigniter.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors