Giter Site home page Giter Site logo

z-moz / promptu-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from make-or-break-it/promptu

0.0 0.0 0.0 566 KB

Managing Infrastructure Resources workshop demo, a BeReal imitation app used for the WiT Make or Break It sessions

Shell 1.65% JavaScript 6.85% Go 41.16% CSS 2.16% HTML 1.54% HCL 14.64% Dockerfile 3.32% Svelte 28.68%

promptu-demo's Introduction

Promptu

Promptu is an anonymous social media that allows people to post answers to daily questions once at a given time.

Repo Structure

.
├── .github 
│   └── workflows   # Contains Github Worklows
├── .devcontainer   # Devcontainer config - single devcontainer for entire repo
├── apps            # Contains apps deployed to fly.io - should only contain directories
│   └── <component> # Component directory - should contain at least fly.toml and Dockerfile
├── docs            # Central docs for entire repo
├── infrastructure  # Terraform config for entire repo
└── scripts         # Helpful utilities and scripts for maintaining projects and repo

Contributing

To an app in Promptu

This repo is structured as a monorepo: each directory in the apps directory of this repo should map to a component of Promptu and should be as self contained as possible. Each directory should be deployed as its own service.

As such, each component will have its own contributing guide, so to contribute, please first decide which component you need to contribute to, and navigate to that component's directory.

To the infrastructure

Promptu uses Terraform and Terraform Cloud to manage its state. All infrastructure resources are maintained in the ./infrastructure directory. Infrastructure changes are only locked to the admins of the Terraform Cloud workspace. If you're an admin, raise a PR with your infrastructure changes and a plan will be automatically be produced via the Terraform/Github integration.

Workflow (for contributors/deep dive speakers)

Because this app was built for educational purposes, we've created a main branch for each deep dive that relies on the app as a demo. This is to facilitate independent experimentation for each talk.

  • main - any changes that should be applied to all talks will be applied to this branch. All deep dive branches should regularly rebase off of this branch to stay up to date. At the end of the Make or Break It event, all changes from all deep dives will be coalesced to this branch.
  • eds/main - main branch belonging to the EDS deep dive (Event Driven Systems)
  • mir/main - main branch belonging to the MIR deep dive (Managing Infrastructure Resources)

promptu-demo's People

Contributors

sansaid avatar isabelcosta avatar bernivarga avatar

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.