ms-e-commerce
v1.1.0
Published
This plugin creates Products and Orders table, and you can use CRUD operations via GraphQL.
Downloads
1
Readme
Strapi plugin e-commerce
A quick description of e-commerce. creates products table schema which includes title, description, price, quantity and image
Version 1.1.0
creates products table schema which includes title, description, price, quantity and image creates orders table schema which includes quantity, price and relation column product which you can get data from product table (You should get price and quantity directly from self columns)and relation column owner which related to your user table it creates orders column on users table automatically