Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.31 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.31 KB

MedsAtHome

MedsAtHome is a web application designed to help users manage their home medication inventory. Easily track medicine names, types, quantities, and expiration dates to ensure you always stay organized and avoid expired medications.


How to Run the Project

1. Install Dependencies

Run the following command to install the required dependencies:

npm install

2. Start the Development Server

To run the app in development mode, use:

npm run serve

3. Build for Production

To create a production-ready build, execute:

npm run build

4. Lint and Fix Files

Ensure code quality by running:

npm run lint

Technologies Used

  • Frontend:
    • Vue.js for building the user interface.
    • Bootstrap for styling and responsive design.
  • Backend:
  • Database:
    • MongoDB for storing medicine data.

Purpose

MedsAtHome simplifies managing medicines at home by:

  • Adding details like name, type, quantity, and expiration date.
  • Updating quantities and removing expired items automatically.

Stay on top of your medicine inventory with this user-friendly app!