Skip to content

llouislu/2021rv.soon.it

Repository files navigation

Charting 2021 Resident Visa Processing

https://2021rv.soon.it

Daily Date Update Check Code Build Check

Development

Prerequisites

  • docker
  • docker-compose
  • Bash or similar shell

Code Structure

  • inz_data_scraper downloads and parses 2021RV processing data
  • data is a placeholder for data
  • viz visualizes the data on web

Run Base Dev Environment

docker-compose up

This runs the scraper and the visualization frontend in dev mode. You can access the dev server at http://127.0.0.1:4200

Build Website for Production

./viz_build_prod.sh

This builds the visualization for production.

Enter viz console

./viz_console.sh

This prompts an interactive shell from the viz docker container.