This is Client Selling and Buying Website
git clone
this repository and cd
inside the project root, then enter the following commands
-
cp application/config/config_example.php application/config/config.php
-
cp application/config/database_example.php application/config/database.php
-
Import
khojeko.sql
file -
Configure your
config['base_url']
in config.php Now opendatabase.php
file and make necessary changes to the in that section.Yes, of course, you'll have to setup a database and it's user already before the next step!
-
php -S localhost:8080
in root directory
Open the browser and go to http://localhost:8000
This software uses the Codeigniter 3 framework.
If you are getting any error, it is most probably due to unfulfilled requirements of the framework itself.
Also, make sure that you have proper database drivers. For an example, make sure you have installed php7.1-mysql package so that you can use mysql database with php7.1 in your project.