Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 662 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 662 Bytes

About

An exchange system for University students to ease buying and selling items.

Features

  • View Items
  • Add item for sale
  • Sorting/Searching/Paging
  • Report
  • Show interest and contact seller
  • Login/Register

Technology

  • PHP
  • Codeigniter
  • MySQL
  • Git

Usage

#Import Database -find the latest .sql file from /asset/DB and import it to get database up.

Configuration

-set "base_url" key in /application/config/config.php to root url path of site. -set database configuration in /application/config/database.php, set username,password and database name in this file.

Campus Exchange System