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
git clone https://github.com/structlooper/Pharmacy-Management-Website.git
cd Pharmacy-Management-Website
npm install
# or
yarn install
REACT_APP_API_KEY=your-api-key-here #KEY NOT REQUIRED
REACT_APP_BASE_URL=https://api.costplusdrugs.com
npm start
# or
yarn start
npx react-native start
> i
# or ~ ios
npx react-native run-ios
npm run build
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. |
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
For support, feedback, or contributions, reach out via GitHub: structlooper.