MukeshKapoor25/customer-hub-service
feat(auth): add phone number support for authentication
refactor(config): update environment and database configurations
feat(auth): add authentication system with email/mobile and social login
refactor(Dockerfile): optimize docker image configuration
Update requirements.txt
Update requirements.txt
Update requirements.txt
Upload 10 files (#1)
Refactor Dockerfile for production readiness and add MongoDB and Redis integration
git first commit
Implement Customer API endpoints for registration, profile retrieval, modification, and login
Add .gitignore file to exclude Python bytecode, logs, environment files, and IDE configurations
Add whitespace for improved readability in customer models, routers, and services
Register customer router with API versioning
Add initial implementation of Customer API with models, services, and CORS configuration
initial commit
