Skip to content

Barcode Generator is a study project created during the Next Level Week training by RocketSeat.

License

Notifications You must be signed in to change notification settings

TaniaDev/barcode-generator

Repository files navigation

barcode-generator

Barcode Generator is a study project created during the Next Level Week training by RocketSeat.

Summary

Installation Guide

This guide will show you how to set up and install the project on your local machine.

Requirements

  1. Before you begin, make sure you have the following installed:
    • Python (v3.10): You can download and install Python from the official Python website;
    • PDM (v2.11.1): PDM is a package manager for Python. You can install it using pip: pip install pdm.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/TaniaDev/barcode-generator
  1. Install the dependencies using PDM:
pdm install
  1. Activate the virtual environment:
pdm venv activate
  1. Run the Flask application using:
python run.py

This will start the Flask development server, and you can access the Barcode Generator at http://localhost:3000 in an API client.

Conclusion

Congratulations! You have successfully installed the project on your local machine. If you encounter any issues or have any questions, feel free to reach out to me.

How Barcode Generator Works

In Progress...

About

Barcode Generator is a study project created during the Next Level Week training by RocketSeat.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages