/FE-medApp

Tracking medication intake history and information

Primary LanguageVue

MVP - MedApp

Full Stack application created using Vue, Node/Express, and MySQL.

Setup

Dependencies

  • Run npm install in MVP folder to install express. This will install server-related dependencies such as express.
  • cd Vue and run npm install to‌ install Vue dependencies

Database

  • Access database called medications in MySQL
  • Access table in medications database also called medications
  • View the Database schema
  • View the API Routes Plan

Development

  • Run npm start in project directory, MVP folder, to start Express server on port 4000
  • Run npm run dev in client, Vue folder, to start the client in development mode with hot reloading in port 5173.

Purpose of the App

  • Single page application where users can track medications
  • On Home screen users enter the name of a medication
  • On submit, users are prompted with a form to add additional information on medications being tracked
  • On form submit, medication cards are created for each entry
  • View the Flowchart
  • Users may delete medication cards

Resources