Skip to content

ad17ya/flask-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementing a simple RESTful API with Python and Flask

This is a simple example of how to implement a RESTful API with Python and Flask. It is based on the tutorial by Miguel Grinberg.

Installation

pip install flask

Usage

First run the server.py file python server.py

Then run the client.py file to see the responses from the server python client.py

About

RESTApi created using Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages