Medication Assistant - MedAssist (github.com)
from rambos@lemm.ee to selfhosted@lemmy.world on 11 Nov 11:22
https://lemm.ee/post/47105008

Hello lovely people, I’m enjoying this community a lot, I have learnt many things and got my server up and running with decent amount of useful services. It wouldn’t be possible without all the help I got here and it’s time to give back something from myself. Maybe one of you will host this app, hopefully.

MedAssist is a simple Node.js application made with love to help my partner manage their daily medications. It makes it easy to keep track of medication inventory and reorder on time by sending reminders. If you’re unsure whether a dose was taken, just check the dashboard, and comparing the expected stock with the actual quantity can help confirm. For travel, MedAssist takes away the stress by generating a quick list of all necessary medications for the time you’ll be away.

Keep in mind I’m not a professional programmer, coding is just a hobby for me. Working on this project is a way for me to unwind on stressful days and spend some time doing something I enjoy. I’d be happy if anyone else finds it useful, but I’ll likely keep it going either way!

I am self educated and I have already impressed myself with results I got so far, but it might make real coders laugh (which is also not bad hehe). I had some previous javascript experience (some simple stuff), but other than that I followed many guides and got decent amount of help from AI.

Features:

It can be hosted in Docker container and docker-compose is available on GitHub. You can also try out Demo

It is my first GitHub project, also first application and first docker container I made. Feel free to ask anything, feedback and all suggestions are welcome!

Have a nice day R

#selfhosted

threaded - newest

Strit@lemmy.linuxuserspace.show on 11 Nov 11:49 next collapse

Nice. Any plans on mobile clients?

This would be great for my spouse, but she don’t really use desktop/browser apps. A mobile app could also integrate with the existing reminders/notifikations of the OS it’s on.

rambos@lemm.ee on 11 Nov 12:02 collapse

Thx!

I dont know how to build mobile app, at least not yet. It should work fine on mobile browser tho, it looks good enough on my phone. Did you try opening the page on your phone?

I was thinking about mobile reminders. Before this app I made a same thing under home assistant. I have made automations for android notifications, I also made another automation that sets alarms on Android device every morning. I ended up not using them since built in clock alarms work every time and dont rely on anything. I’m considering that anyway and I might give it a shot soon

HybridSarcasm@lemmy.world on 11 Nov 12:26 collapse

Home assistant integration could accomplish this for you. Not sure if it’s less work than regular mobile clients, though.

rambos@lemm.ee on 11 Nov 12:42 collapse

Thx, Ill check it out

tourist@lemmy.world on 11 Nov 12:09 next collapse

Very cool

rambos@lemm.ee on 11 Nov 12:42 collapse

Thx!

choco@sh.itjust.works on 11 Nov 12:27 next collapse

I was looking for something similar some time ago and couldn’t find anything as clean as this, thank you for sharing!

rambos@lemm.ee on 11 Nov 12:40 collapse

Thank you!

sillyhatsonly@lemmy.blahaj.zone on 12 Nov 01:47 collapse

This is wonderful, thanks for sharing your project! It’s nice to see hobbyists building projects too 😄

rambos@lemm.ee on 12 Nov 17:25 collapse

Thank you mate. I’m happy to share