Live at: https://fanciful-chaja-5ecd42.netlify.app/
Project report link: https://docs.google.com/document/d/1eDYfXd1SPbv8zvQhn6-eF_qDwDQayZX_TvLl_Ttg_s4/edit?usp=sharing
- Clone this repo.
- cd finn
- cd backend
- npm i
- npm run start // to start the backend servers.
- cd ..
- cd frontend
- npm i
- npm run start