Skip to content

Repository containing the implementation of programming challenges

Notifications You must be signed in to change notification settings

georgenv/87Labs_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Tax Product Project

Simple billing tax system on sending products, coded in Python.

Getting Started

Clone this repository using the following command: git clone git@github.com:georgenv/87Labs_challenge.git

After installation: cd 87Labs_challenge/87Labs/Product_Tax

Prerequisites

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

Execution

On Product_Tax directory run: python3 main.py

Running the tests

On Product_Tax directory run: pytest

About

Repository containing the implementation of programming challenges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages