Chaldal.Transportation.Reimbursement.mp4
- Create a new Google Cloud project here.
 - Enable the Gmail API in Google Cloud console here.
 - Configure OAuth consent screen and add yourself as a test user in Google Cloud console here.
 - Create a Desktop App Client ID in Google Cloud console here and save the 
credentials.jsonfile in the root directory of this project. 
- Copy the contents of the 
.env.examplefile to a.envnext to it, and put the microsoft form URL there. - Tested with Node v22. Install dependencies with 
pnpm i(ornpm i). - Run 
pnpm build && pnpm start(ornpm run build && npm run start) to build and run the app.