The topic of our project is an application that tracks your loved one's special dates and their wish lists. We have also added gift exchange functionality to our application. Our application will send emails reminding the user of their loved one's special dates and send emails informing users who they are paired with for the gift exchange and some suggestions of what to get them as a gift.
Clone the repository:
git clone https://github.com/Samagoue/UMGC_CMSC495_SPRING_2023_GP2.git
Access the cloned folder and run:
docker build -t giftpal .
Start the container
docker run -p 5000:5000 giftpal
Login to the setup interface at http://localhost:5000/setup-login
The username is giftpaladmin
The password is generated on application launch and printed to the console
Set the email and OpenAI API keys at http://localhost:5000/setup-keys
Access the application at http://localhost:5000
This project is licensed under the MIT License.