A Pharmacy Management API
Follow these steps to get Pharmarc running locally.
- Python 3.7 or higher
- pip (Python package installer)
-
Clone the Repository
git clone https://github.com/trevorjob/pharmarc.git cd pharmarc
-
Create and Activate a Virtual Environment
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
-
Install Dependencies
pip install -r requirements.txt
- Start the API
python start.py
The API will be available at http://127.0.0.1:5000.
- API Documentation
- For API documentation, visit api docs