A simple website to organize a secret santa with your friends and family.
MySecretFriend is a application made for people who needs to organize a secret santa faster. It allows group creation between friends and family with a few clicks.
- Download the project
- Insert it into your PHP server folder
- Rename .env.example to .env
- Set your own .env file containing database and PHPMailer information
- Run composer update at the project folder to install the dependencies
- Import the database secretfriend_db.sql to your PHP server
- Enjoy it!
You'll need to have Composer installed in your machine to be able to install and update dependencies.
HOME
This page shows a form to sign up for the application and a button to redirect you to login page.
LOGIN
This page shows a form to sign in.
DASHBOARD
Shows user groups. This page has sections such as user configuration and group creation.
RAFFLE
Section to create a secret santa. It has a form to type all the information about the raffle.
PASSWORD RECOVER
If necessary, this page sends an e-mail verification to recover the user's password.
- XAMPP - Package
- VSCODE - Code editor
- Composer - Package manager
- Router - Library
- Data Layer - Library
- PHPMailer - Library
- phpdotenv - Library
- @lucascampanelli - Idea & Development