Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 721 Bytes

readme.md

File metadata and controls

26 lines (17 loc) · 721 Bytes

My Chronicle

This full-stack web application helps people with chronic, undiagnosed illnesses capture and communicate key details about their health.

Visit live site

my-chronicle

Tech used:

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.

Usage:

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