Best Flask open-source libraries and packages

Tag Validator for Logistics

Project developed during Rocketseat's NLW Expert in Python.
Updated 3 months ago

🚀 Tag Validator for Logistics - Rocketseat's NLW Expert

Project developed during Rocketseat's NLW Expert in Python.

The project aims to automate the generation of identification tags (barcodes) for goods in a logistics system.

🛠️ Built With

📋 Prerequisites

Create a python virtual environment with the following command.

python -m venv .venv

Activate your virtual environment.

For Windows, run the following command:

.\.venv\Scripts\activate

For Linux, run the following command:

source .venv/bin/activate

Install all necessary libraries in your virtual environment by running the following command:

pip install -r requirements.txt

▶️ How to run

To start the API, simply run via terminal:

python run.py

🎁 Expressions of Gratitude

  • Thanks to Rockeseat for the excellent initiative that helps to develop thousands of people in new technologies demanded by the market.

With 🧡 by Pedro Henrique de Paula Alves 😊

Tags pytest