-
Notifications
You must be signed in to change notification settings - Fork 2
Project Details
Benson Cho edited this page Mar 12, 2024
·
5 revisions
- React (google it)
- Express (google it)
- Firebase - Auth and Firestore v9 (docs suck, google and stack overflow)
- Stripe
- typescript
- Jest
Typescript
Express
Firebase
Yarn
REST API
Note: Contact bcho892@aucklanduni.ac.nz if you want edit access to this diagram.
- Don't import anything outside the directory you are working in (i.e if you are in
server
do not import modules fromclient
using relative paths)