An open API service indexing awesome lists of open source software.

https://github.com/tecladocode/rest-api-smorest-docker

The final project from the REST APIs with Flask and Python course, using Docker and Flask-Smorest.
https://github.com/tecladocode/rest-api-smorest-docker

Last synced: about 1 year ago
JSON representation

The final project from the REST APIs with Flask and Python course, using Docker and Flask-Smorest.

Awesome Lists containing this project

README

          

# 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](https://github.com/tecladocode/rest-apis-flask-python) course.

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

[https://rest-api-smorest-docker.onrender.com/swagger-ui](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.