/housing-gpa

(WIP): A site to rate and review student housing options in Kitchener/Waterloo.

Primary LanguageStarlark

Student Housing

Local Dev Setup

First, install these:

  1. Start your docker daemon by opening the Docker Desktop app
  2. Create a kubernetes cluster with k3d
k3d cluster create
k3d cluster start
kubectl config use-context k3d-k3s-default
  1. run skaffold dev (this will take a while if it's your first time)

localhost:8080 serves the frontend app, localhost:3000 serves the GraphQL playground

Running scripts

Create a .env file in the root directory (containing the secrets given to you), then run bazel run //scripts:my_script.

Roadmap

  • Cluster & Dev environment setup
  • Backend GraphQL API functional
  • first draft of site
  • initial database population with python scripts
  • launch, promotion, user feedback