An Offer seeker powered by GPT.
- Project Description
- Team
- ATS Parsing
- Data Vendors
- Project Structure
- Development
- License
- Reference
- Acknowledgement
Offer+ is an AI-powered job offer seeker that helps users find job opportunities using GPT technology.
- Maintainer: Yuan Chen
- Developer: Jingyu Xiong
offerplus/
├── backend/ # Backend services
├── frontend/ # React frontend application
├── h1b/ # H1B data processing
├── supabase/ # Supabase configuration and scripts
│ ├── migrations/ # Database migrations
│ ├── scripts/ # Utility scripts
│ │ ├── test_supabase_storage.py
│ │ └── upload_to_supabase.py
│ └── config.toml
├── docs/ # Documentation
├── scripts/ # General utility scripts
└── templates/ # Document templates
The project uses Supabase for backend services. Utility scripts are located in supabase/scripts/:
- test_supabase_storage.py: Test Supabase Storage connection and operations
- upload_to_supabase.py: Upload H1B data to Supabase database
# Test Supabase Storage connection
python supabase/scripts/test_supabase_storage.py
# Upload H1B data
python supabase/scripts/upload_to_supabase.pyMake sure to set up your .env file with the required Supabase credentials before running these scripts.
Apache 2 License