/Stores_REST_API

A REST API to access items, stores, user authentication.

Primary LanguagePythonMIT LicenseMIT

Stores REST API

  1. Developed a RESTful API to access item and item list as resources from various stores with appropriate user authentication using Flask - JWT.
  2. Deployed API on Heroku for practical usage and tested it using API development in Postman.

Installation:

  1. Python 3.5
  2. Flask (Flask-RESTful, Flask-JWT, Flask-SQLAlchemy)
  3. Heroku (SQLite and uWSGI)
  4. Postman (API Testing)