Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 743 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 743 Bytes

REST API using Flask-Smorest and Docker

This is a REST API that mimics an online store, with users, stores, items, and item tags.

How to code this REST API is covered in our REST APIs with Flask and Python course.

You can access the Swagger documentation (automatically generated from source) here:

https://rest-api-smorest-docker.onrender.com/swagger-ui

To interact with the API, you can download the Flask-JWT-Extended.postman_collection.json (Postman) or Stores_REST_API_2022-01-14.json (Insomnia REST Client) files. Then set the URL to https://rest-api-smorest-docker.onrender.com and you can run the requests.