Skip to content

adi1239/Design-REST-API-using-Python-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST-API-using-Python

APIs are like mechanisms used to communicate with applications and other software. They also provide to communicate various other components using the software.

REST is one of the most common APIs. RESTful APIs use HTTP methods to communicate.

Here, I am demonstrating a RESTful design using Python Flask Web app.

User can perform GET and POST functions.

CURL or POSTMAN can be used to testout the RESTful API.

Here, I'm demonstrating using a book example to experiment out with the RESTful commands.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages