Aerobox is a Django application powered by Django REST Framework (DRF) that allows users to securely log in and store files in the cloud. It provides robust endpoints for authentication and file management, designed for simplicity and efficiency.
- User Authentication: Secure login via API endpoints using Django's authentication framework.
- File Storage: Upload and manage files in the cloud with ease.
- API-Driven: Fully functional API endpoints for interaction.
- Scalable: Designed to grow with your needs.
- Backend: Django, Django REST Framework
- Cloud Storage: AWS S3
- Authentication: Token-based authentication (DRF's default Token Authentication).
- Stripe: Handles secure payment processing, subscription management, and transaction monitoring. Webhooks are used to verify payments, detect failed transactions, and trigger necessary account updates.