Skip to content

mcs010/simple-flask-api-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Flask API

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)

How to Run

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

About

A simple Flask API with a GET method in Python, following instructions from https://www.youtube.com/watch?v=WWVEymSt1iI video

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages