An exchange system for University students to ease buying and selling items.
- View Items
- Add item for sale
- Sorting/Searching/Paging
- Report
- Show interest and contact seller
- Login/Register
- PHP
- Codeigniter
- MySQL
- Git
#Import Database -find the latest .sql file from /asset/DB and import it to get database up.
-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.