Coder Social home page Coder Social logo

donor_database's Introduction

Donor Database

This is a simple donor management system for tracking contacts, organizations, and transactional donation history. Features include:

  • Password protected access
  • Manual insertion, update, and deletion of table records
  • CSV upload from Paypal and Facebook downloaded donation data

Setup Instructions

This app was designed to run on a XAMPP or LAMP stack. If you don't already have one built, you will need to install an Apache server and MySQL db.

  • Once installed, copy setup/connections.ini to a folder outside the web contents directory and update the username and password
  • Update the $GLOBALS['cfg_file'] variable in includes/page_init.php to the address of the connections.ini file
  • Create a new database in MySQL with the same name as the "db" parameter in your connections.ini file
  • Import setup/donor_db.sql into your new database
  • Create a user in your MySQL application with the same name as the "user" parameter and the same password as the "password" parameter in your connections.ini file
  • Grant the user privileges to access your uploaded donor database
  • Ensure all php extensions are installed and enabled in your php.ini (at minimum you will need extension=mysqli and extension=pdo_mysql)

Your donor database application should now be accessible at http://127.0.0.1/donor_database. The default username and password are: user: test_user password: test_password

Which can be updated in the db_users table of your MySQL database. When creating new users, use the MD5() mysql function to hash their passwords.

Sample Site

You can view a sample of the donor database with test data at This Link. To login, username="test_user", password="test_pw".

donor_database's People

Contributors

nsnyder30 avatar

Stargazers

Angelopoulos avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.