Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 328 Bytes

File metadata and controls

6 lines (5 loc) · 328 Bytes

Flask-REST-API-

A minimal Example of Flask REST API building with MySQL database with JWT Auth for Authorization and Authentication

  • I have used MySQL as the Database to make rest apis end points
  • JWTAuth is integrated for Authentication and Authorization
  • Used Model - Controller Architecture to curate the backend logic