A CLI tool for initializing full-stack projects with best practices
Project description
Full Stack Agent
An interactive command-line tool that streamlines the process of setting up new web applications and API services with modern tech stacks. It automatically generates and executes initialization scripts based on your chosen technologies and system requirements.
Features ✨
- Interactive project setup wizard
- Support for multiple project types:
- Web Applications
- API Services
- Comprehensive tech stack selection
- Real-time system requirement checks
- Automated script generation
- Cross-platform support (Windows, MacOS, Linux)
- Latest best practices integration through Tavily Search
- Smart error handling and validation
Prerequisites 📋
Before using the Project Initializer, ensure you have:
- Python 3.7 or higher installed
- Required API keys:
- GROQ_API_KEY
- TAVILY_API_KEY
Installation 🔧
Install directly from PyPI:
pip install full-stack-agent
Configuration ⚙️
Before first use, set up your API keys:
- Export as environment variables:
export GROQ_API_KEY=your_groq_api_key
export TAVILY_API_KEY=your_tavily_api_key
OR
- Create a
.envfile in your working directory:
GROQ_API_KEY=your_groq_api_key
TAVILY_API_KEY=your_tavily_api_key
Usage 💻
Simply run:
full-stack-agent
Follow the interactive prompts to:
- Enter your project name
- Select your operating system
- Choose project type
- Select desired tech stack
- Configure additional features
The tool will automatically:
- Verify system requirements
- Generate appropriate initialization scripts
- Execute the scripts to set up your project
Supported Technologies 🛠️
Web Applications
- Frontend:
- React
- Vue
- Angular
- Svelte
- Backend:
- Node.js/Express
- Python3/Flask
- Python3/Django
- Python3/FastAPI
- Databases:
- MongoDB
- PostgreSQL
- MySQL
- SQLite
- Additional Tools:
- Docker
- TypeScript
- Redux
- GraphQL
API Services
- Backend:
- Node.js/Express
- Python3/FastAPI
- Python3/Django REST
- Go/Gin
- Databases:
- MongoDB
- PostgreSQL
- MySQL
- Redis
- Features:
- Authentication
- Swagger/OpenAPI
- Rate Limiting
- Caching
Error Handling 🔍
The tool includes comprehensive error handling for:
- Missing system requirements
- Invalid configurations
- Script execution failures
- API communication issues
Troubleshooting 🔧
Common Issues:
-
Missing Requirements
- Ensure all required tools are installed for your chosen tech stack
- Verify API keys are properly set in environment or
.envfile
-
Script Execution Failures
- Check system permissions
- Verify network connectivity for package downloads
- Ensure no conflicting processes are running
-
API Related Issues
- Verify API key validity
- Check network connectivity
- Ensure API service status
Contributing 🤝
Contributions are welcome! Please feel free to submit a Pull Request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file full_stack_agent-0.2.0.tar.gz.
File metadata
- Download URL: full_stack_agent-0.2.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cedf2422c33e23a7f954339bb5af2903316dff6032f87eb0a2e73a7e126c2b1
|
|
| MD5 |
b9aa8e7a10e8fe1bff8faaecfcca23f2
|
|
| BLAKE2b-256 |
1527ef003f04959039166ba9513199c54e22fe2945b30e6a0d9d7ceae403678b
|
File details
Details for the file full_stack_agent-0.2.0-py3-none-any.whl.
File metadata
- Download URL: full_stack_agent-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdeeb0da170a46ba1e2ee6d71dbf347cb61a2dc82eb89bd29b67a46f218478ae
|
|
| MD5 |
b2d2ca0048831d802f49e9fcd204ac7c
|
|
| BLAKE2b-256 |
5ff326a5a2f721148b33e885c35958d6eb43a1623dba743c051c1aa50c4171ec
|