Skip to content

This repository is created for submitting the projects created under Buffer 5.0, a DSA project competition, organised by Team Loop in MKSSS's Cummins College of Engineering for Women, Pune

Notifications You must be signed in to change notification settings

VKS3061/Team-56---GenCoders

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Team: GenCoders

Problem Statement: A pharmaceutical digital platform connects consumers with suppliers to efficiently purchase drugs, matching them based on location and availability.

Theme: Public welfare. Project Description: Our module has 3 login interfaces: Customer, Supplier and Admin. The user can login or sign up into their respective interface(all validations are provided accordingly). The customer data is stored in a hash-table with the customer id as key and the remaining attributes as value. Once the user has logged in as a customer he/she will be provided with the following options: 1.Order Medicines 2.Recent Orders 3.Update details 4.LogOut

Medicines will be supplied to the customer from the nearest supplier based on location(which we have considered to be the pin code of the customer). As soon as the bill is generated for the purchased medicines the order is added to queue(pending deliveries) on the supplier side. Supplier:- The supplier and medicine data is stored in the database. The supplier is provided with the following options: 1.Add Medicines 2.Update Medicine Quantity 3.Delete Medicine 4.Display All Information 5.Pending Deliveries 6.Deliver Orders 7.LogOut

Admin: The admin can access the supplier as well as the customer side by performing the following functionalities: 1.Display All Customers 2.Add Customer 3.Delete Customer 4.Search Customer

1.Display All Suppliers 2.Add Supplier 3.Delete Supplier

link to video -> https://drive.google.com/file/d/1dPj-VcT47tKX8VtPRidTC-50xyGlEGT0/view?usp=sharing

link to report 2 -> https://drive.google.com/file/d/1sCN6_qFo8gJaChjZvyvDIEFKfen8C99s/view?usp=sharing

link to report 1->https://drive.google.com/file/d/1PGv7bP0duYYs3o56u1uUgA0MwugRxKLr/view?usp=sharing

About

This repository is created for submitting the projects created under Buffer 5.0, a DSA project competition, organised by Team Loop in MKSSS's Cummins College of Engineering for Women, Pune

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%