/hosting-demo

A repository on web-app hosting for the 2022 Hack For Humanity Hackathon Workshop

Hack for Humanity Backend Hosting Demo

Slides: https://docs.google.com/presentation/d/14QgXCF4eei5DX7bAqek5FB3Fe7H2izy0Qy9BQsuvR_k/edit?usp=sharing

Overview

This repo is meant to serve as a tutorial to help you get started with hosting a full web stack application as quickly as possible.

The stack is as follows:

  • ReactJS Frontend
  • NodeJS/ExpressJS Backend
  • Firebase Database

For the sake of brevity and scope, we will not spend too much time detailing the ins and outs of the stack. However, hosting applications on alternative stacks (frontend,backends,databases) should be similar and there are endless permutations of stacks and hosting solutions.

There are two main branches which will serve as two semi-independent tutorials on hosting your web app (with more details on slides)

  1. coupled-hosting: we will be hosting our backend and frontend on Heroku
  2. decoupled-hosting: we will be hosting our backend on Heroku and frontend on Netlify

Instructions

How to follow along with

  1. Clone by running git clone https://github.com/Causality-C/hosting-demo.git
  2. Switch to a tutorial branch, ie.) git checkout coupled-hosting
  3. Follow instructions on README.md and enjoy
  4. (Optional) Leave any feedback or questions on the form below

Questions and Feedback

We would love you to provide feedback on the presentation and code via this Google Form :)

<TODO: ADD FORM>