1.0.1 • Published 7 years ago

@gigster/template-tutorial-photomarket-api v1.0.1

Weekly downloads
5
License
UNLICENSED
Repository
-
Last release
7 years ago

Photomarket API Tutorial Template

RoleNameEmailSlack
Product OwnerFrances Haugenfrances@gigster.com@frances
MaintainerMark Miyashitamark.miyashita@gigster.com@mark

Overview

The template-tutorial-photomarket-api quickly scaffolds a working marketplace API. It includes the following modules:

This template is used for the Photomarket API tutorial in the gig-catalog-docs repo located here.

Usage

On first generate, the module will ask the gigster which kind of marketplace they would like to create. The two options are:

  • goods
  • services

Each of the marketplaces has a set of models that it creates as part of the generate process.

Models

The module contributes the following models to the project.

ModelDescription
userAdds properties to the default user model.
itemThis is the item that the user is selling. This only applies to the goods marketplace.
offeringThis is the offering that the user is placing on the marketplace. This only applies to the services marketplace.

Troubleshooting

Please send a message to /dev-support on slack if you run into any issues with the tutorial or specifically with this template.