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.
Run the following command to install the required dependencies:
npm install
To run the app in development mode, use:
npm run serve
To create a production-ready build, execute:
npm run build
Ensure code quality by running:
npm run lint
- Frontend:
- Backend:
- Node.js with Express.js for creating the API.
- Database:
- MongoDB for storing medicine data.
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!