An open API service indexing awesome lists of open source software.

https://github.com/structlooper/pharmacy-management-website

This is a pharmacy website featuring a medicine management system, built using React and powered by CostPlusDrugs.com APIs. It enables efficient medicine tracking & Price management with a seamless user experience.
https://github.com/structlooper/pharmacy-management-website

medicine-applications pharmacy pharmacy-management-system

Last synced: 12 months ago
JSON representation

This is a pharmacy website featuring a medicine management system, built using React and powered by CostPlusDrugs.com APIs. It enables efficient medicine tracking & Price management with a seamless user experience.

Awesome Lists containing this project

README

          

# 💊 Pharmacy Management Website

## 📌 Overview
This is a **Pharmacy Management System** built with **React**, utilizing the **CostPlusDrugs.com APIs** for **medicine tracking, ordering, and management**.
- 🏥 **Medicine Inventory Management**
- 🔍 **Search & Filter Options**
- 🔗 **Integration with CostPlusDrugs.com API**

---

## ⚡ Getting Started

### 1️⃣ **Clone the Repository**
```sh
git clone https://github.com/structlooper/Pharmacy-Management-Website.git
cd Pharmacy-Management-Website
```
### 2️⃣ **Install Dependencies**
```sh
npm install
# or
yarn install
```
### 3️⃣ **Set Up Environment Variables**
```sh
REACT_APP_API_KEY=your-api-key-here #KEY NOT REQUIRED
REACT_APP_BASE_URL=https://api.costplusdrugs.com

```

### 4️⃣ Start the Development Server
```sh
npm start
# or
yarn start
```
### 3️⃣ **Run on iOS (Mac only)**
```sh
npx react-native start
> i
# or ~ ios
npx react-native run-ios

```
## 🛠 Deployment
```shell
npm run build
```

# ⚛️ **Troubleshooting**

| Issue | Solution |
|----------------------------|-----------------------------------------------------------------------------------------------|
| App crashes on start | Run npm install and restart the server. |
| CORS errors | Enable CORS in your API settings. or run on localhost:3000 |
| Medicine Not show | API Connection Should be checked. |

## **📜 License**

This project is licensed under the MIT License. See the [LICENSE](https://opensource.org/licenses/MIT) file for details.

---

## **Contributing**

Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/structlooper/Pharmacy-Management-Website/issues).

---

## **📧 Contact**

For support, feedback, or contributions, reach out via GitHub: [structlooper](https://github.com/structlooper).