This project is a simple Flask API with Python, following instructions from Como Criar API com Python - Crie a Sua Própria API no Python video (portuguese language)
First, make sure Python 3.8 and git are installed in your machine. To run this project, clone this repository into any folder. Then install the required dependencies from requirements.txt with pip.
git clone https://github.com/mcs010/simple-flask-api-python.git
pip install -r requirements.txt
Open a shell window and run python3 app.py
Open another shell window and run python3 request_example.py