A Django-based lost and found application for reporting and claiming lost items.
- User registration and authentication
- Report lost or found items
- Claim notifications
- Item search and filtering
- QR code generation for items
- AI-powered item descriptions (Gemini API)
- Cloudinary image storage
- Rate limiting for production
- Clone the repository
- Install dependencies:
pip install -r requirements.txt - Copy
.env.exampleto.envand fill in your configuration - Run migrations:
python manage.py migrate - Create superuser:
python manage.py createsuperuser - Run development server:
python manage.py runserver
This project is configured for deployment on Render. See .env.example for required environment variables.