Skip to content

Commit e89b9d6

Browse files
authored
Update README.md
1 parent 8cd4657 commit e89b9d6

File tree

1 file changed

+36
-1
lines changed

1 file changed

+36
-1
lines changed

README.md

+36-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,36 @@
1-
# Web-Based-Pharmacy-using-C-and-SQL
1+
# Web-Based-Pharmacy-using-C-Sharp-and-SQL
2+
3+
Short Description of Project
4+
5+
A web based online medical store in which a customer can Sign Up/ Login. A customer can purchase available medicine. The employer keep track of expired medicines and purchases new stock from the Dealer of different cities. A full fledge Data Access Layer (DAL) is being handled in this project.
6+
SQL Server to store data of all medicines, employers, dealers and companies. Active Server pages (ASP) are used for the web based view. It can run on localhost.
7+
8+
Functionalities:
9+
10+
• An employer can see all details of specific medicine
11+
• Sales of specific medicine
12+
• Out of stock medicines
13+
• Keeps track of all expired medicines
14+
• Update expiry date of specific medicine
15+
• Company of medicine
16+
• Purchase dates of medicine
17+
• Quantity left of medicine
18+
• Checkout the buyer of specific medicine
19+
• Check price of specific medicine
20+
• Bill calculation of customer and Dealer
21+
• Update manufacturer of medicine
22+
• An employer can view dealers of specific medicine
23+
• Find out employer's data within medical store
24+
• Can view all purchases of medical store
25+
26+
#How to run project
27+
28+
Install Visual Studio and open the whole project. Install Sql Server to run database queries. Run the whole project on Visual Studio and before that run all procedures, triggers and transaction queries on SQL server.
29+
30+
you can download Visual Studio from the given link:
31+
https://visualstudio.microsoft.com/vs/older-downloads/
32+
33+
You can download SQL server from the given link:
34+
https://download.cnet.com/Microsoft-SQL-Server-2014/3000-10254_4-76306768.html
35+
36+

0 commit comments

Comments
 (0)