Status: This repository contains documentation and examples. Production code is in the private repository.
- Getting Started - Installation & setup guide
- API Reference - Complete API documentation
- Architecture - System architecture & design
- Python 3.10+
- PostgreSQL 12+
- pip or poetry
git clone https://github.com/asynckeel-max/asynckeel.git
cd asynckeel
pip install -r requirements.txtuvicorn app.main:app --reload- API: http://localhost:8000
- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
See the examples/ directory for usage examples:
- JWT-based authentication
- Password hashing with bcrypt
- CORS protection
- API key management
MIT License - see LICENSE file for details
See CONTRIBUTING.md for contribution guidelines.