Skip to content

An API developed to simplify the generation of barcodes in various projects.

Notifications You must be signed in to change notification settings

mateus-dev-me/BarCodeGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BarCodeGenerator - Barcode Generation API

Python Version Flask Version

Overview

This project, developed as part of Rocketseat's Next Level Week (NLW) event in the Python Expert track, is an API specialized in barcode generation. It provides an efficient solution for the quick and easy creation of barcodes in projects that require this functionality.

The API will be available at http://localhost:3000.

Insomnia Qrcode

Main Features

  • Barcode generation from provided data.
  • API for easy integration into various types of projects.

Requirements

  • Python 3.x
  • Poetry
  • Required Python libraries (listed in the pyproject.toml file).

How to Use

  1. Clone the repository:
git clone https://github.com/your-username/nlw-python-expert.git

2. **Install the dependencies:**
```bash
poeetry install

3. **Run the application:**
```bash
python3 run.py

About

An API developed to simplify the generation of barcodes in various projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages