Skip to content

asynckeel-max/asynckeel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncKeel - Enterprise SaaS Platform Builder

Status: This repository contains documentation and examples. Production code is in the private repository.

📚 Documentation

🚀 Quick Start

Prerequisites

  • Python 3.10+
  • PostgreSQL 12+
  • pip or poetry

Installation

git clone https://github.com/asynckeel-max/asynckeel.git
cd asynckeel
pip install -r requirements.txt

▶️ Running the Application

Development Mode

uvicorn app.main:app --reload

📖 Examples

See the examples/ directory for usage examples:

🔐 Security

  • JWT-based authentication
  • Password hashing with bcrypt
  • CORS protection
  • API key management

📝 License

MIT License - see LICENSE file for details

🤝 Contributing

See CONTRIBUTING.md for contribution guidelines.

About

FastAPI-based SaaS backend boilerplate for modern applications

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors