Production-ready Flask API for безопасной регистрации и удаления пользователей через REST API.
Includes rate-limiting, Docker, clean modular structure — всё для продакшена и продажи.
- Registration and instant user deletion via API
- Secure password hashing (no plain passwords)
- SQLite by default, easy to switch DB in .env
- Rate limiting (anti-abuse)
- Docker-ready, clean project structure
- Simple integration (Postman, curl, любой front-end)
- Health-check endpoint
- Logging for audits and debugging
Request (JSON): ```json { "email": "user@mail.com", "password": "password123" } ``` Response: ```json { "message": "User registered." } ```
Request (JSON): ```json { "email": "user@mail.com", "password": "password123" } ``` Response: ```json { "message": "User deleted." } ```
Always returns ```json {"status": "ok"} ```
```bash docker build -t delete-user-account-api . docker run -d -p 5000:5000 --env-file .env delete-user-account-api ```
```bash pip install -r requirements.txt cp .env.example .env python app.py ```
💡 See real examples on Gumroad or in this README.
You can get a ZIP version with all files, setup instructions, `.env.example`, and more:
Need this in another stack (Node.js, Go, etc)?
Contact: talabov.ali72@gmail.com
Telegram: @talabovali
Note: Pricing may vary depending on complexity and target stack.
Ready for production and monetization. 100% tested.