Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 301 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 301 Bytes

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');