Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shifnyahmed/pharmacybackend
Backend of Pharmacy Management System using java enterprise coding
https://github.com/shifnyahmed/pharmacybackend
api-rest bootstrap5 css html5 java-8 spring-boot
Last synced: about 4 hours ago
JSON representation
Backend of Pharmacy Management System using java enterprise coding
- Host: GitHub
- URL: https://github.com/shifnyahmed/pharmacybackend
- Owner: ShifnyAhmed
- Created: 2021-12-15T11:25:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T17:39:47.000Z (almost 3 years ago)
- Last Synced: 2024-05-08T10:34:02.756Z (6 months ago)
- Topics: api-rest, bootstrap5, css, html5, java-8, spring-boot
- Language: HTML
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PharmacyBackend
Backend of Pharmacy Management System using java enterprise codingThis part of the code consist the development of backend logic for the pharmacy mobile and web application and also has the front end of the web application
Web application front end is designed using HTML 5 and bootstrap to save time on designing
backend is developed using spring boot with java ee features
#Short Intro:
Pharma is a pharmacy management system that is available on the web and on mobile devices. It
has three main users: pharmacists, administrators, and suppliers. This inventory management
system of Pharma is automated using android app built using Android Studio, and website built
using html5 and Bootstrap in IntelliJ IDEA Ultimate, and a MySQL database.This application has the usual functionalities of any inventory management system for pharmacists,
which are included in both the web and mobile applications. Additionally, the web app
will allow access for admins to perform tasks such as managing the users, managing the orders,
and managing the messages sent by the pharmacists.As an additional functionality, this web application will allow access to
suppliers who can perform tasks such as managing the drug market, such as adding, deleting, and
editing drugs. Just like the admin, the supplier will also be able to view all orders which are yet to
be delivered and orders which are already delivered. The usual way of adding drugs to the
inventory will be changed in our application as the pharmacist can buy drugs from the market
directly, which will alert the supplier regarding the pending orders. Once the order is delivered,
the pharmacist can confirm the order as delivered and make the payment on delivery and the
ordered drug will be added automatically to the pharma inventory.
This additional feature in our system will reduce the time spent by the pharmacist on making orders regarding the needed drugs
via phone call and adding the details of the drugs manually to the inventory.