Skip to content

grendach/RESTapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python REST APIs With Flask and Connexion

Its a simple application under Flask that demonstrate how REST API works.

More details you can find here: https://realpython.com/flask-connexion-rest-api/

Main source code was taken from: https://github.com/realpython/materials/tree/master/flask-connexion-rest/version_4

How to use this it:

  1. Clone repository to your local machine
git clone https://github.com/grendach/RESTapi
  1. Build docker container:
docker build my_rest_api .

3.Run container

docker run -d -p 5000:5000 my_rest_ap
  1. Open in your browser http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages