Skip to content

Instantly share code, notes, and snippets.

@syamdev
Created May 11, 2020 02:05
Show Gist options
  • Save syamdev/dd4403e3e1c63bf3bf7f86f8b2547c9f to your computer and use it in GitHub Desktop.
Save syamdev/dd4403e3e1c63bf3bf7f86f8b2547c9f to your computer and use it in GitHub Desktop.
Creating a Basic REST API Using Python, Flask, SQLAlchemy, Postman

Flask-REST-API

Creating a Basic REST API Using Python Flask

Prerequisite

  • Python >3.6
  • Flask==1.1.2
  • Flask-SQLAlchemy==2.4.1
  • PyJWT==1.7.1
  • Install Postman

Objectives

  • User can add, edit, update & delete data through REST API

https://github.com/syamdev/Flask-REST-API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment