Skip to content

trevorjob/pharmarc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Pharmacy Management Api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages