How to Complete Registration
Follow these steps to gather the details required by the form. You can skip any local or Docker setup; just complete the registration prerequisites below.
Gmail App Password
Ensure 2-Step Verification is enabled on your Google account.
Open App Passwords .
Select Mail as the app and Other (custom name) as the device.
Name it "EmailWhiz" and click Generate.
Copy the 16-character password and paste it into "Gmail In App Password".
Gemini API Key
Go to Google AI Studio .
Create an API key (new project or select existing).
Copy the key and paste it into "Gemini API Key".
MongoDB Atlas Connection (Database URL)
Create a free cluster at MongoDB Atlas .
Create a database user with read/write permissions and allow access from anywhere (0.0.0.0/0).
Click Connect → Connect your application → Python 3.6+.
Copy the connection string and replace <password> with your DB user password.
Example: mongodb+srv://username:password@cluster0.plviehg.mongodb.net/
Wait for MongoDB to finish processing your cluster setup.
Click on "Browse Collections" in your MongoDB Atlas dashboard.
Create a new database named EmailWhiz and create a collection named abc within it.
Use the full connection string as your "Database URL" and click Test.
What you'll need
Gmail App Password (16 characters)
Gemini API Key
MongoDB Atlas connection string
LinkedIn profile URL
Phone number, College, Degree
Keep your credentials secure. Do not share API keys or database URLs publicly.