Skip to content

cab-in/gallery

Repository files navigation

Cab.in Gallery Module

Project description

API

Method URL Description
GET /api/:listingid/images Gets all images of a listing.
POST /api/:listingid/images Adds an image into a listing's image group.
PUT /api/:listingid/images/:imageid Update an image of a listing.
DELETE /api/:listingid/images/:imageid Delete an image in a listing depending on image id.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

npm install

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors