DEV Community

Cover image for Web Based Pharmacy Management system (MEAN Stack)
Lalana Chamika
Lalana Chamika

Posted on

 

Web Based Pharmacy Management system (MEAN Stack)

https://github.com/LalanaChami/Pharmacy-Mangment-System/tree/contributor-branch

๐Ÿฆ„ An Open Source MEAN stack web application (Pharmacy Management System)...
Contributions are more than welcome ๐Ÿ˜ (Please clone the contributor branch for contributions)

Top comments (11)

Collapse
 
koweronwall profile image
KowerOnWall

How does it work and what it capable of? Why do we even need a web-based pharmacy management system? Can you explain this topic to me in more detail? I want to know more about it. By the way, if you have problems with medical supplies then be sure to check out this website. They will provide you with service like that and deliver it whenever you ask them.

Collapse
 
ashimb profile image
A5h1m

Yes, will definitely contribute.

Collapse
 
lalanachami profile image
Lalana Chamika

THANKS BRO ๐Ÿ™๐Ÿผ

Collapse
 
titivermeesch profile image
PlayBossWar

I'll be glad to help you out. Started it

Collapse
 
lalanachami profile image
Lalana Chamika

Thank you very much ๐Ÿค“

Collapse
 
djnitehawk profile image
Dฤต ฮฮนฮ“ฮžฮ—ฮ›ฯˆฮš

เท€เท™เถปเท’ เถœเท”เถฉเทŠ ๐Ÿ‘

Collapse
 
lalanachami profile image
Lalana Chamika

เถญเทเถธเทŠเทƒเทŠ เถธเถ เถ‚ โค๏ธ

Collapse
 
nguyenhai97ict profile image
Nguyแป…n ฤฤƒng Hแบฃi

Nice one :))

Collapse
 
lalanachami profile image
Lalana Chamika

โœŒ๐Ÿผ๐Ÿ˜‡ Thanks

Collapse
 
lalanachami profile image
Lalana Chamika

Email : lalanachamika123@gmail.com for more details

Collapse
 
it21045776 profile image
Navodya M.A.N

I want to build the same application using MERN stack for a campus project. Can you help me?

An Animated Guide to Node.js Event Loop

Node.js doesnโ€™t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.