Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzaxirr/localmart-backend
https://github.com/uzaxirr/localmart-backend
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/uzaxirr/localmart-backend
- Owner: uzaxirr
- Created: 2021-12-02T18:34:03.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T20:51:47.000Z (over 1 year ago)
- Last Synced: 2023-03-04T05:57:18.387Z (over 1 year ago)
- Language: Python
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Docs
Base URL: https://localmart-api.herokuapp.com/
POST, GET
https://localmart-api.herokuapp.com/api/product - Create or Get all Products
GET, DELETE
https://localmart-api.herokuapp.com/api/product/:id - Get Or Delete a Product By ID
POST, GET
https://localmart-api.herokuapp.com/api/prop - Create and Get Properties
GET
https://localmart-api.herokuapp.com/api/prop/:id - Get Properites By Properties ID
POST, GET
https://localmart-api.herokuapp.com/api/geo - Create and Get Geometry
GET
https://localmart-api.herokuapp.com/api/geo/:id - Get Geometry By Geometry ID
POST, GET
https://localmart-api.herokuapp.com/api/inventory - Create and Get Inventory
GET
https://localmart-api.herokuapp.com/api/inventory/;id - Get Inventory through Store ID
POST, GET
https://localmart-api.herokuapp.com/api/store - Create and Get Stores
POST
https://localmart-api.herokuapp.com/api/stores - Get All Stores
GET
https://localmart-api.herokuapp.com/api/inventory/products/:id - Get All Products of a inventoryPOST
https://localmart-api.herokuapp.com/api/payment - Make a Payment (Using Razorpay's SDK)
POST
https://localmart-api.herokuapp.com/api/verify - Verify a Signature
GET
https://localmart-api.herokuapp.com/api/orders/:id - Get Orders by Store ID