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.
- Host: GitHub
- URL: https://github.com/structlooper/pharmacy-management-website
- Owner: structlooper
- Created: 2025-02-14T09:10:07.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-14T09:29:07.000Z (about 1 year ago)
- Last Synced: 2025-02-14T10:29:45.985Z (about 1 year ago)
- Topics: medicine-applications, pharmacy, pharmacy-management-system
- Language: JavaScript
- Homepage:
- Size: 1.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).