Skip to content

christina-yao/kiro-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kiro Workspace

This project contains:

  • backend/: FastAPI Python application
  • infrastructure/: AWS CDK Infrastructure as Code

Quick Start

Backend

cd backend
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn main:app --reload

Infrastructure

cd infrastructure
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cdk deploy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published