Skip to content

Project Details

Benson Cho edited this page Mar 12, 2024 · 5 revisions

Tech Stack and recommended docs:

Recommended readings about tech stack

Typescript

Express

Firebase

Yarn

REST API

Architecture

Note: Contact bcho892@aucklanduni.ac.nz if you want edit access to this diagram. UASC Architecture

No-Nos

  • Don't import anything outside the directory you are working in (i.e if you are in server do not import modules from client using relative paths)