Skip to content

make-build/python-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building a Basic REST API with Python and Flask RESTful

Workshop description

Software Needed for Demo:

Workshop Instructions

Here are the steps to create a basic rest api using python 3 and flask restful

1. Install Python 3

Python Installation

2. Install pip3

PIP3 Installation

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py

3. Install Flask and Flask RESTful

pip3 install flask
pip3 install flask_restful

4. Use the sample python file with a basic version of the API

Sample File

5. Build on it using the documentaion for Flask_RESTful

Flask Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors