Skip to content

glkwhr/Crowdfunding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PHP + MySQL + Bootstrap Crowdfunding Website.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published