Skip to content

UBH-Fall-2024/ub-hacking-create-your-repo-here-123

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Review Assignment Due Date

Readme: Setup:

  1. You should have Enabled 2FA in our Gmail Account.
  2. You need to create Sign-in Password. (https://myaccount.google.com/apppasswords)
  3. Add 3 Environment Variables or edit in .env file: EMAIL_USERNAME=abc@gmail.com EMAIL_PASSWORD='sign-in-app-password' API_KEY='abcd'
  4. API_KEY represents Gemini API Key

Don't remove '' in the EMAIL_PASSWORD & API_KEY field.

Instructions:

  1. Make sure you have all dependencies install.
  • Setup python 3.12
  • Create virtual environment: python3 -m venv .venv
  • Activate virtual environment: source .venv/bin/activate
  • Install dependencies: pip install -r requirements.txt
  1. To start the server:
  • cd EmailWhiz
  • python manage.py migrate
  • python manage.py runserver
  1. Open 127.0.0.1:8000 on your browser & enjoy.

About

ub-hacking-create-your-repo-here-123 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published