Workshop UI Package
This package contains the pre-built UI components for the "Everyday Productivity Accelerators" workshop.
Quick Start
- Extract the package:
unzip workshop-ui-package.zip
cd ui- Backend Setup:
cd backend
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt- Frontend Setup:
cd ../frontend
npm install- Start the Application:
cd ..
./start.sh- Access the Application:
- Frontend: http://localhost:3000 - Backend API: http://localhost:8000
Workshop Structure
backend/- Python FastAPI backend with Strands Agentsfrontend/- React frontend applicationstart.sh- Convenience script to start both services
Requirements
- Python 3.11+
- Node.js 18+
- AWS credentials configured for Bedrock access
Support
If you encounter issues during the workshop, please ask your instructor for assistance.
*Built for AWS Workshop*
