Giter VIP home page Giter VIP logo

mission-statement-as-a-service's Introduction

Mission Statement as a Service

A Next.js project bootstrapped with create-next-app which returns a corporate mission statement

Netlify Status

App URL here

Pre-requisites

terraform -help # prints Terraform options

Run/build app locally

npm i
npm run dev

Terraform configuration

  • Populate deploy/terraform.tfvars:
region  = "europe-west2"
zone    = "europe-west2-b"
project = <GCP-PROJECT-ID>
  • Create a Cloud Storage bucket to store Terraform state, and populate main.tf:
terraform {
  backend "gcs" {
    bucket = <BUCKET-NAME>
    prefix = "terraform/state"
  }
}

Create GCP resources

gcloud auth application-default login # authenticate with GCP
cd deploy # change to deploy directory
terraform init # initialises Terraform
terraform apply # deploys GCP stack
terraform destroy # destroys GCP stack

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

If you find this project helpful, please give a โญ or even better buy me a coffee โ˜• ๐Ÿ‘‡ because I'm a caffeine addict ๐Ÿ˜…

Buy Me A Coffee

License

MIT

mission-statement-as-a-service's People

Contributors

matthewcylau avatar

Watchers

 avatar  avatar  avatar

mission-statement-as-a-service's Issues

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.