Show HN: Muler, a search engine for drug info built with Flask
muler.pythonanywhere.com
Show HN: Muler, a search engine for drug info built with Flask
1–10 of 40 posts
Re: Show HN: Muler, a search engine for drug info built with Flask
#2Muler is a Flask app that allows users to search for pharmacological information by entering generic or proprietary drug names. External libraries used include Flask, SQLAlchemy, and FuzzyWuzzy.
This is a hobby project I made during my final year of medical school. As far as I can tell from the logs there are no more than five humans who use it semi-regularly (lots of bots pinging though). I don't mind because I find it very useful personally, and I've also learned a lot about Python, web dev, and databases.
Right now I'm trying to refactor the code (just wrote my first class) and implement unit tests (just started reading the Pytest docs), so I'd really appreciate specific feedback and tips about those.
Thanks for your time!
Re: Show HN: Muler, a search engine for drug info built with Flask
#3EDIT: seems to be up now.
Re: Show HN: Muler, a search engine for drug info built with Flask
#4Could definitely need some speed improvements or at least some indication of what's going on. Loading spinners are a band-aid, but are better than nothing.
Re: Show HN: Muler, a search engine for drug info built with Flask
#5Re: Show HN: Muler, a search engine for drug info built with Flask
#6Based on the About page, and the information provided by the page, I'm obviously not the target audience for this page, but it was interesting information nonetheless. Could definitely need some speed improvements or at least some indication of what's going on. Loading spinners are a band-aid, but are better than nothing.
Thanks so much for trying it out and giving your suggestions!
Re: Show HN: Muler, a search engine for drug info built with Flask
#7Nice, very responsive. I am on mobile and: when I click on synonyms I lose the products button. Also when I click on products a better formatting of the list, had a hard time on when a oroduct ended and another one started.
Re: Show HN: Muler, a search engine for drug info built with Flask
#8The system is not working. You should always double check before posting on HN that your system is working and/or can handle moderate levels of interaction. EDIT: seems to be up now.