Skip to content

sina-jamshidi/nwHacks2021-ShareStreet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Share Street is a web app facilitating the sharing of resources between organizations by making it fast and easy to post requests and offers of items for their community and networks to view and fulfill.

Getting started

The application is broken down into a client and server folder.

Running the Frontend

npm install

npm start

Running the Backend

npm install

npm run dev

Infrastructure

Terraform code is in infra/. To setup the K8s cluster, use

terraform apply

After creation of the GKE cluster, deploy the application using

kubectl apply -f sharestreet.yaml