https://github.com/nanafox/tiny-cart
A simple mini-shop API
https://github.com/nanafox/tiny-cart
api backend
Last synced: 8 months ago
JSON representation
A simple mini-shop API
- Host: GitHub
- URL: https://github.com/nanafox/tiny-cart
- Owner: nanafox
- Created: 2024-06-27T12:58:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T22:06:15.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T18:15:36.617Z (over 1 year ago)
- Topics: api, backend
- Language: Python
- Homepage: https://tinycart.lzcorp.tech/api/v1/docs
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TinyCart API
TinyCart API is a simple mini-shop API. It allows you to manage users,
products, and orders. You can create, read, update, and delete users and
products. You can also create orders for a user with a product and a quantity.
The API is organized around REST. It has predictable resource-oriented URLs,
accepts form-encoded request bodies, returns JSON-encoded responses, and uses
standard HTTP response codes, authentication, and verbs. It also uses the
OpenAPI standard to describe its API.