Skip to content

SiddharthChitrala/Pharmacity

Repository files navigation

Pharmacity website link for my project :169.51.205.49:31904

Introduction

Welcome to Pharmacity, your one-stop solution for managing and accessing pharmaceutical information and resources! This repository hosts an advanced application that facilitates the management of pharmaceutical data, including drug information, inventory, and prescription management.

Whether you are a pharmacist, healthcare provider, or someone interested in pharmaceutical information, Pharmacity is designed to provide a comprehensive platform to access, organize, and maintain pharmaceutical data efficiently.

With Pharmacity, you can:

  • Access Drug Information: Obtain detailed information about pharmaceutical drugs, including dosage, indications, side effects, and interactions, to make informed decisions.

  • Manage Inventory: Keep track of pharmaceutical inventory, monitor stock levels, and receive alerts for restocking to ensure a continuous supply of essential medicines.

  • Prescription Management: Simplify prescription management, allowing healthcare providers to create, update, and review patient prescriptions securely.

  • Search and Filter: Utilize powerful search and filtering capabilities to quickly find specific drugs, manage inventory, and view patient prescriptions.

This README provides detailed instructions on how to set up and run the Pharmacity application, serving the needs of healthcare professionals and pharmaceutical enthusiasts alike.

Let's embark on a journey towards efficient pharmaceutical data management!


Pharmaceutical Data Management with Pharmacity

Overview

This repository contains the source code and resources for an application designed to manage pharmaceutical data efficiently. Pharmacity offers features for accessing drug information, managing pharmaceutical inventory, and streamlining prescription management. Whether you are a healthcare professional or someone interested in pharmaceutical data, this README provides insights into the project and instructions for setup, usage, and customization.

Prerequisites

Before you can run and deploy the application, make sure you have the following prerequisites installed:

  • Python 3.x
  • Flask
  • Database system (e.g., MySQL) for pharmaceutical data storage
  • Any additional dependencies specified in the requirements.txt file.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/SiddharthChitrala/Pharmacity.git
    cd pharmacity
  2. Create a virtual environment (recommended):

    python -m venv venv
    source venv/bin/activate
  3. Install the required dependencies:

    pip install -r requirements.txt

Configuration

Database Configuration

Update the database connection details (e.g., host, username, password) in the config.py file.

Running the Application Locally

  1. Make sure your virtual environment is activated (if you created one):

    source venv/bin/activate
  2. Run the Flask application:

    flask run
  3. Access the application in your web browser at http://localhost:5000.

Usage

  • For Healthcare Professionals: Utilize the application to access drug information, manage pharmaceutical inventory, and streamline prescription management.

  • For Pharmaceutical Enthusiasts: Explore pharmaceutical data and gain insights into drug information.

Contributors

  • Chitrala.Sai Siddharth Kumar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published