Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 721 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 721 Bytes

Outreach

Project for Citi Technology Hackathon from Jan 29 - Feb 1, 2021. Created by Andrew Le, Fronrich Puno, Pravat Bhusal

The project uses Typescript, React, and Redux in the front-end. The project uses AWS Amplify with Cognito, DyanmoDB, and GraphQL in the back-end.

Read the CitiHackScript.txt to see the presentation for the project.

aws-exports.js

You need to add an aws-exports.js file in client/src and server/src because this project uses AWS amplify.

.env

You'll need a .env file in client/src with these two environment variables:

REACT_APP_AWS_ACCESS_KEY_ID="VALUE_HERE"
REACT_APP_AWS_SECRET_ACCESS_KEY="VALUE_HERE"

where you replace VALUE_HERE with the environment variable's value.