Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 809 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 809 Bytes

Pharmarc

A Pharmacy Management API

Getting Strarted

Follow these steps to get Pharmarc running locally.

Prerequisites

  • Python 3.7 or higher
  • pip (Python package installer)

Installation

  • 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

Running the API

  • Start the API
    python start.py

The API will be available at http://127.0.0.1:5000.

  • API Documentation