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.
- Barcode generation from provided data.
- API for easy integration into various types of projects.
- Python 3.x
- Poetry
- Required Python libraries (listed in the
pyproject.toml
file).
- 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