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.
The application is broken down into a client and server folder.
npm install
npm start
npm install
npm run dev
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