Authors: Joshua Park, Kadir Mert Barutçuoğlu, and Kerem Gürel
Accompanying slide deck: https://docs.google.com/presentation/d/1LM27nDPfq_Xdgz3iicmkNKdrmABz6M7kx5qBKVljT0k/edit?usp=sharing
-
React (frontend)
-
Express and Node.js (backend)
-
Firebase (database)
To run the repo, cd into webdev-workshop-ui and webdev-workshop-be in 2 separate terminals, and run
-
npm start (for frontend)
-
npm run dev (for backend)