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.
- Host: GitHub
- URL: https://github.com/tecladocode/rest-api-smorest-docker
- Owner: tecladocode
- Created: 2022-05-02T13:50:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T12:18:33.000Z (over 1 year ago)
- Last Synced: 2025-04-15T17:17:07.136Z (about 1 year ago)
- Language: Python
- Size: 83 KB
- Stars: 12
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.