Skip to content

Project developed during Rocketseat's NLW Expert in Python.

Notifications You must be signed in to change notification settings

phdepaula/Tag-Validator-for-Logistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 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 😊

About

Project developed during Rocketseat's NLW Expert in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages