/Crowdfunding

PHP + MySQL + Bootstrap Crowdfunding Website.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Crowdfunding

A crowdfunding website.

How to use

Please add config.php into crowdfunding/config/ folder.

<?php
# In "config.php"
# DB configuration
define('DB_NAME', 'crowdfunding');
define('DB_USER', 'USERNAME');
define('DB_PASSWORD', 'PASSWORD');
define('DB_HOST', 'localhost');