Simple billing tax system on sending products, coded in Python.
Clone this repository using the following command:
git clone git@github.com:georgenv/87Labs_challenge.git
After installation:
cd 87Labs_challenge/87Labs/Product_Tax
You must have installed on your PC:
Python 3
MongoDB
Python3-Pip
Python packages:
flask==1.1.1
pymongo==3.9.0
flask-pymongo==2.3.0
pytest==5.1.2
requests==2.22.0
Or simply run the following command using pip:
pip install -r requirements.txt
On Product_Tax directory run: python3 main.py
On Product_Tax directory run: pytest