I am helping Jeonghyun (Grace) Kim with the APT paper/thesis assignment.
Grace Jeonghyun Kim
Graduate Student, Communication
jkim0501@umd.edu
Jeonghyun (Grace) Kim earned a master's degree in journalism from Georgetown University and a bachelor's degree in communications from the University of Arizona.
She has a 9-year career in which she excelled as a market trend reporter and has served in numerous positions associated with communications and engagement campaigns for the World Bank, United Nations, and Greenpeace. She has also worked for Philips that combines aspects of strategic marketing and business development in the realm of digital healthcare. Her research interests include health communication, digital health, communication technology, and health equity.
This is a Next.js project bootstrapped with create-next-app.
npm install
npm run devOpen http://localhost:3000 with your browser to see the result.
If port 3000 is already in use:
npm run dev -- -p 3002 # choose any free portYou can start editing the page by modifying src/app/page.js. The page auto-updates as you edit the file.
npm run build
npm run startThis project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
- Writes 1 user = 1 row to
data/survey_responses.csv(override withSURVEY_CSV_PATH). - Download via
GET /api/surveywith Basic Auth password inCSV_DOWNLOAD_PASSWORD. - UI download page: open
/download, enter the same password, click “Download CSV”.
Local env example (.env.local):
CSV_DOWNLOAD_PASSWORD=local-download
SURVEY_CSV_PATH=./data/survey_responses.csvnpm test(includes a 300-user load test; override withSURVEY_LOAD_USERS=1000)npm run test:e2e