Skip to content

KBB99/DataAssistantUsingAWSAndOpenAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OpenAIAndAWSDataAssistant

To get the project up and running, you need to have the following installed:

CDK AWS CLI NodeJS Python 3.6

Once you have the above installed, you can run the following commands to get the back-end up and running:

cd backend
npm i
npx cdk deploy

Save the API Gateway URL that is outputted by the above command. You will need it to run the front-end.

Once the backend is deployed, you can run the following commands to get the front-end up and running:

echo "API_GATEWAY_URL=<your-api-gateway-url>" > .env.local
cd frontend
npm i
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published