/TakeYour-PIN

Primary LanguagePythonMIT LicenseMIT

TakeYour-PIN

TakeYourPIN supports Python 3.11.2

A simple Rest API solution for generating PINs (Personal Identification Number). This project is suitable for beginners in Python programming who want to learn about RESTful. It has the introductory purpose on concepts and practices adopted for web API-Application Programming Interface in REST.

Warning
This solution is not recommended for productive environments. Follow the instructions below on how and where to run it.

After cloning the repository and configuring the virtual environment, install the necessary packages:

pip install -r requirements.txt

Starting service

python takeyour-pin/app.py

Test REST API

curl -v http://localhost:8080/pin/<email>