You are on page 1of 9

SNOPSIS

ON
MAJOR PROJECT
ONLINE PHARMACY(YOUR’s CARE)
Submitted for the partial fulfillment of the requirements for the award of
the degree Master of Computer Applications-II (Sem- IV)

SUBIMITTED TO: SUBIMITTED BY:


Ms. Vibha Gupta Harshita Sharma
(Assistant Prof. in Computer Science Department) Uni. Roll no.

S.S.D WOMEN’S INSTITUTE OF TECHNOLOGY, BATHINDA


(AFFILATED TO PUNJABI UNIVERSITY, PATIALA
APPROVED BY AICTE, NEW DELHI)
(2023-2024)
--- I N D E X ---
S.NO TOPIC Page no. Remarks

1. Introduction To Project 1-2

2. System Requirements 3

3. Introduction of PHP 4-5

4. Introduction to HTML & CSS 6

5. Introduction to SQL 7

INTRODUCTION ABOUT PROJECT


The aim of our Online Medicine Orders at YOUR’S CARE should be
Effortless, because ordering medicines online need not be complicated
but rather a cakewalk. YOUR’s CARE will be providing you with
genuine medicines round-the-clock, through 24-hour pharmacies. And
now through YOUR’s CARE , we intend to make your lives easier – by
getting your medicines delivered to you. Yes, no more stepping out to
get your medicines, no more standing in long queues, no more worrying
about the genuineness of medicines, no more sweat! Here are more
reasons why you should buy your medicines from YOUR’s CARE:

 Super-fast deliveries. In select cities, deliveries are done in as less as 1


day
 Attractive deals on medicines and other FMCG products
 Get Health Credits on purchases (not applicable on discounted products)
 Option to consult with a pharmacologist to check medicine interactions
 Wide range of healthcare products to choose from
 Only genuine and top-quality products delivered.

100% Genuine Medicine From YOUR’s CARE


All medicines/healthcare products sold YOUR’s CARE are procured
with a reputation of selling only 100% genuine products. The products
sold through YOUR’s CARE are inspected thoroughly to ensure only
genuine products make the cut. We believe that when it comes to
medicines, quality and authenticity should never be compromised.

Extra Benefits Of Online Medicine Orders


When you order medicines at YOUR’s CARE , not only do you get your
medicines delivered on time and at your doorstep, but you also get
additional benefits. You can earn YOUR’s CARE Health Credits
whenever you order medicine online and also when you purchase other
non-pharma products (not applicable on discounted products including
the ones where coupon codes have been applied). You can use these
Health Credits to make more purchases on our platform. And not to
forget the discounts and exclusive offers we bring out from time to time.

2. SYSTEM REQUIREMENT :
To develop a new system certain hardware and software specifications are needed.

HARDWARE AND SOFTWARE SPECIFICATION:


Hard disk : 20 GB or greater

Processor : Intel Pentium Processor, 233 MHz or Higher

Memory : 1GB or higher

Operating system : Windows

Front end : HTML5, CSS3,Bootstrap,PHP

Back end : SQL

3.INTRODUCTION OF PHP
2.2.1 What did you learn?

PHP is a general-purposeserver-side scripting language originally designed for Web


development to produce dynamic Web pages. It is one of the first developed server-side
scripting languages to be embedded into an HTML source document rather than calling
an external file to process data. The code is interpreted by a Web server with a PHP
processor module which generates the resulting Web page. It also has evolved to
include a command-line interface capability and can be used in standalonegraphical
applications. PHP can be deployed on most Web servers and also as a standalone shell
on almost every operating system and platform free of charge. A competitor to
Microsoft's Active Server Pages (ASP) server-side script engine and similar languages,
PHP is installed on more than 20 million Web sites and 1 million Web servers.
Software that uses PHP includes MediaWiki, Joomla, Wordpress, Concrete5, MyBB,
and Drupal.
Advantages of PHP
 PHP is accessible
 It's available for free
 It's available with documentation in many languages
 There are many support groups, forums, and teams supporting PHP
 There is a wealth of online information regarding PHP
 It's quick to develop in PHP
 PHP is loosely typed, which makes basic scripts much faster to develop with less
attention to design
 PHP is flexible. Use OOP or not. Use naming convention(s) or not
 It runs on many different operating systems
 It can be optimized, even "compiled" for performance closer to that of more established
compiled languages
2.2.2 What is the scope of PHP?
If your are planning to build your career in Web technology then PHP is the best
programming scripting language to learn and is also a good career option.PHP is
basically a scripting language used for web development. The websites created by PHP
are dynamic and attractive. So Because of this reason it is demanded the most in web
technology.PHP is an open source so is used freely without any cost and so greatly in
demand.
Scope in PHP really high as PHP is a language knows in the world of technology since
many years. So it has gained the maximum popularity in this era.
2.2.3 Report organization
This report is divided in three chapters. First chapter is about general introduction in
which the introduction of the company, their objectives, introduction and advantages of
the language which we learnt in the company and scope of the language is covered.
Second chapter is about the language which we learnt in the company while training. It
covers whole the work undertaken during the training time.
Third chapter is about project undertaken in which introduction of project i.e. “Vote
India” is specified and project’s snapshots is also given in this chapter. At the end
refrences are provided which helped us to learn the language.
4.INTRODUCTION TO HTML & CSS

HTML :-HTML stands for Hyper Text Markup Language.


Hypertext: text (often with embeds such as images, too) that is organized in order
to connect related items

Markup: a style guide for typesetting anything to be printed in hardcopy or soft


copy format

Language: a language that a computer system understands and uses to interpret


commands.

HTML stands for Hypertext Markup Language. It is the most basic language, and
simple to learn and modify. It is a combination of both hypertext and markup
language. It contains the elements that can change/develop a web page’s look and
the displayed contents. Or we can say that HTML creates or defines the structure
of web pages. HTML is the standard markup language for creating Web pages.
HTML describes the structure of a Web page.HTML consists of a series of
elements .HTML elements tell the browser how to display the content

CSS :-CSS stands for Cascading Style Sheets. It is a style sheet language which
is used to describe the look and formatting of a document written in markup
language. It provides an additional feature to HTML. It is generally used with
HTML to change the style of web pages and user interfaces. It can also be used
with any kind of XML documents including plain XML, SVG and XUL.

CSS is used along with HTML and JavaScript in most websites to create user
interfaces for web applications and user interfaces for many mobile applications.
INTRODUCTION ABOUT SQL
Why We Use SQL?

Security Management: SQL Server provides a controlled access to data to users


by providing a combination of privileges.

Backup and Recovery: SQL Server provided sophisticated security backup and
recovery routines.

Open connectivity: SQL Server provides open connectivity to and from other
vendor’s software such as Microsoft. Also SQL Server database can be access by
various front-end software’s such as Microsoft Visual Basic ®, Power Builder etc.

Space Management: In SQL Server once can flexibly allocate disk spaces for
data storage and can control them subsequently. SQL Server 8 is designed with
special feature of data warehousing

You might also like