Giter Club home page Giter Club logo

comfort-check's Introduction

Comfort Check

preview

This is a little serverless web app we use to facilitate comfort checks for our internal retrospectives. All submissions are completely anonymous and are deleted after 48 hours.

It is available for public use here.

Architecture

The front-end is a simple react app deployed to s3. Built with Vite and styled with tailwind

The back-end API is .json files stored in s3 and updated using a simple lambda function configured with serverless.

Install

You are welcome to use our public installation for your own team, but if you'd like to spin up your own version, you'll need to:

  1. Set up an AWS s3 bucket with public-read access, CORS enabled, and an auto-deletion policy for data/ objects
  2. Update the serverless.yml for your writer-lambda to have iam access to your bucket and deploy your own writer-lambda
  3. Update 'lambdaAddress' and 'bucketAddress' in utils.js to read from that bucket, and to send updates to your lambda's http address

Usage

Back end deploy: npm run deploy:api

Front end deploy: npm run deploy:app

Local API test: npm run test:handler

Local App server: npm run dev

comfort-check's People

Contributors

iethree avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

iethree

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.