This full-stack web application helps people with chronic, undiagnosed illnesses capture and communicate key details about their health.
HTML, CSS, JavaScript, Node.js, Express, MongoDB with Google OAuth for authentication and Handlebars as the templating engine
See package.json for a full list of dependencies used.
Add your mongoDB URI and Google OAuth credentials to the config.env file
# Install dependencies
npm install
# Run in development
npm run dev
# Run in production
npm start