# FastAPI Project Starter
A powerful CLI tool for generating production-ready FastAPI projects with modern features and best practices.
[](https://pypi.org/project/fastapi-project-starter/)
[](https://pypi.org/project/fastapi-project-starter/)
[](https://opensource.org/licenses/MIT)
## ✨ Features
- **Database Support** - PostgreSQL + SQLAlchemy + Alembic migrations with async or sync support
- **Authentication** - JWT tokens + bcrypt + user management endpoints
- **Background Tasks** - Celery + Redis + task monitoring with Flower
- **Advanced Logging** - Loguru + structured logging + log rotation
- **Docker Ready** - Complete containerization with docker-compose setup
- **Modern Python** - Type hints, Pydantic v2, Python 3.8+ support
## Installation
```bash
pip install fastapi-project-starter
```
## Quick Start
### Interactive Mode (Recommended)
```bash
fastapi_generator new create my_test_app -i
```
## Usage
```bash
fastapi_generator [COMMAND] [OPTIONS]
Commands:
new Create a new FastAPI project
version Show current version
Options:
--help Show help for the CLI or any subcommand
```
## After Generation
**Navigate and setup**:
```bash
cd project_name
make install
make dev # Build the docker containers
make migrate # Run initial migrations
```
**Access your API**:
- API: http://localhost:8000
- Docs: http://localhost:8000/docs
- Flower: http://localhost:5555
- Mailpit: http://localhost:8025
- Traefik Dashboard: http://localhost:8080
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License.
---
**FastAPI Project Starter** - From zero to production-ready FastAPI in seconds!
Raw data
{
"_id": null,
"home_page": null,
"name": "fastapi-project-starter",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "fastapi, template, generator, scaffold, boilerplate, typer, cli, python",
"author": "Devesh Shrestha",
"author_email": "deveshshrestha20@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/93/dc/573b48a2e42a5cc256c501c08237365f6cd00eadb7540a441f9d7dd846ae/fastapi_project_starter-1.1.2.tar.gz",
"platform": null,
"description": "# FastAPI Project Starter\n\nA powerful CLI tool for generating production-ready FastAPI projects with modern features and best practices.\n\n[](https://pypi.org/project/fastapi-project-starter/)\n[](https://pypi.org/project/fastapi-project-starter/)\n[](https://opensource.org/licenses/MIT)\n\n## \u2728 Features\n\n- **Database Support** - PostgreSQL + SQLAlchemy + Alembic migrations with async or sync support\n- **Authentication** - JWT tokens + bcrypt + user management endpoints\n- **Background Tasks** - Celery + Redis + task monitoring with Flower\n- **Advanced Logging** - Loguru + structured logging + log rotation\n- **Docker Ready** - Complete containerization with docker-compose setup\n- **Modern Python** - Type hints, Pydantic v2, Python 3.8+ support\n\n## Installation\n\n```bash\n pip install fastapi-project-starter\n```\n\n## Quick Start\n\n### Interactive Mode (Recommended)\n```bash\n fastapi_generator new create my_test_app -i\n\n```\n\n\n\n\n## Usage\n\n```bash\n fastapi_generator [COMMAND] [OPTIONS]\n\n Commands:\n new Create a new FastAPI project\n version Show current version\n\n Options:\n --help Show help for the CLI or any subcommand\n\n```\n\n\n\n## After Generation\n\n**Navigate and setup**:\n ```bash\n cd project_name\n make install\n make dev # Build the docker containers\n make migrate # Run initial migrations\n ```\n\n\n**Access your API**:\n - API: http://localhost:8000\n - Docs: http://localhost:8000/docs\n - Flower: http://localhost:5555\n - Mailpit: http://localhost:8025\n - Traefik Dashboard: http://localhost:8080\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n\n**FastAPI Project Starter** - From zero to production-ready FastAPI in seconds!\n",
"bugtrack_url": null,
"license": null,
"summary": "Fastgen - FastAPI Project Generator & Scaffolder. Create production-ready FastAPI projects with modern features.",
"version": "1.1.2",
"project_urls": {
"Documentation": "https://github.com/deveshshrestha20/FastAPI_Project_Starter#readme",
"Homepage": "https://github.com/deveshshrestha20/FastAPI_Project_Starter",
"Repository": "https://github.com/deveshshrestha20/FastAPI_Project_Starter"
},
"split_keywords": [
"fastapi",
" template",
" generator",
" scaffold",
" boilerplate",
" typer",
" cli",
" python"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "ea2384175bfa2a063a02d876ea9c403a6a6a527f5738173778af6f94fd21ceba",
"md5": "4025d424e03894b9653981bd4309b8be",
"sha256": "fdb364a914243d1c775b86c453b3a9073efd48c5e39d50b27b6ec85a8fd1e288"
},
"downloads": -1,
"filename": "fastapi_project_starter-1.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4025d424e03894b9653981bd4309b8be",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 42338,
"upload_time": "2025-09-07T04:24:43",
"upload_time_iso_8601": "2025-09-07T04:24:43.622956Z",
"url": "https://files.pythonhosted.org/packages/ea/23/84175bfa2a063a02d876ea9c403a6a6a527f5738173778af6f94fd21ceba/fastapi_project_starter-1.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "93dc573b48a2e42a5cc256c501c08237365f6cd00eadb7540a441f9d7dd846ae",
"md5": "b0f73241b3af5cd0b9e81b85aa2fd296",
"sha256": "e857d244ba23906feccc225866800a61f45e9262f40ae50428965ebc669efb6e"
},
"downloads": -1,
"filename": "fastapi_project_starter-1.1.2.tar.gz",
"has_sig": false,
"md5_digest": "b0f73241b3af5cd0b9e81b85aa2fd296",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 25655,
"upload_time": "2025-09-07T04:24:46",
"upload_time_iso_8601": "2025-09-07T04:24:46.105320Z",
"url": "https://files.pythonhosted.org/packages/93/dc/573b48a2e42a5cc256c501c08237365f6cd00eadb7540a441f9d7dd846ae/fastapi_project_starter-1.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-07 04:24:46",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "deveshshrestha20",
"github_project": "FastAPI_Project_Starter#readme",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "fastapi-project-starter"
}