Skip to content

This is a Pharmacy website where shop keeper store his/her shop storage. And also generate invoice when any medicine sell.

Notifications You must be signed in to change notification settings

sunit-mal/PharmacyWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About Pharmacy Website

![Pharmacy Website Logo/Image]

Table of Contents

Introduction

Pharmacy Website is an online platform designed to assist shopkeepers in managing their pharmacy inventory efficiently and generating invoices for medicine sales. Whether you own a small pharmacy or a larger store, this web application can help streamline your daily operations.

Features

  • Inventory Management: Easily add, update, and delete medicine items in your pharmacy inventory.
  • User-Friendly Interface: A simple and intuitive user interface designed for ease of use.
  • Invoice Generation: Automatically generate invoices when selling medicines to customers.
  • Search Functionality: Quickly search for medicines based on name, category, or other attributes.
  • Data Security: Ensure the security and privacy of your pharmacy data.

Tech Stack

  • Java: The primary programming language for the backend logic.
  • Spring Boot: A powerful framework for building Java-based web applications.
  • MySQL: The database system used for data storage.
  • JSP (JavaServer Pages): For rendering dynamic web pages.
  • CSS: Styling for the user interface.
  • JavaScript: Enhancing interactivity on the front-end.

Getting Started

To get started with Pharmacy Website, follow these steps:

  1. Clone the repository to your local machine: git clone https://github.com/yourusername/pharmacy-website.git

  2. Navigate to the project directory:

cd pharmacy-website

  1. Start the application:

  2. Configure the database settings in application.properties.

    Database Configuration

     Configure the MySQL database connection by editing the `application.properties` file. Provide your database URL, username, and password.
    
     properties
           spring.datasource.url=jdbc:mysql://localhost:3306/pharmacydb
           spring.datasource.username=root
           spring.datasource.password=password
    
  3. Build and run the application:

mvnw spring-boot:run

  1. Access the application in your web browser at http://localhost:8000.

Usage

Here's how you can use the Pharmacy Management System:

  1. Login: Use your credentials to log in to the system.

  2. Add Medicines: Add medicines to the inventory with details like name, category, price, and quantity.

  3. Sell Medicines: Generate invoices for medicine sales to customers.

  4. Search Medicines: Utilize the search functionality to find specific medicines quickly.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:

  • Fork the repository.
  • Create a new branch for your feature or bug fix.
  • Make your changes and test thoroughly.
  • Create a pull request with a clear description of your changes.

Project Creators

We appreciate the hard work and dedication of our project creators and contributors. Thank you for your support in making this project better!

About

This is a Pharmacy website where shop keeper store his/her shop storage. And also generate invoice when any medicine sell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •