Skip to content

1bengardner/siftgifts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Siftgifts

Siftgifts is a platform to share wishlists and reserve gifts, where only the wishlist owner needs to register an account.

Wishlist Profile Logout

Getting started

To get Siftgifts up and running, you will need to serve the source on a PHP server running MySQL.

This usually means uploading the contents of /source to your web hosting's public directory through FTP with a client like FileZilla.

You can run Siftgifts locally with XAMPP. You will need to install and run XAMPP and point Apache to the Siftgifts source directory.

Database setup and config

You will need to populate the database with the correct structure. Import the .sql file found in /project/sql.

You will also need the following:

  • Two e-mail addresses: one for account verification and one for password reset. They are configured in email_config.php.
  • A MySQL database and a database user account with proper privileges for creating the database/tables/procedures. The database connection is configured in db_config.php.
    • It is recommended to create a separate account for operations performed within the site, also configured in db_config.php.