Full Stack application created using Vue, Node/Express, and MySQL.
- Run
npm installin MVP folder to installexpress. This will install server-related dependencies such asexpress. cd Vueand runnpm installto install Vue dependencies
- Access database called
medicationsin MySQL - Access table in medications database also called
medications - View the Database schema
- View the API Routes Plan
- Run
npm startin project directory, MVP folder, to start Express server on port 4000 - Run
npm run devin client, Vue folder, to start the client in development mode with hot reloading in port 5173.
- 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