Skip to content

Module provides info about reward levels and allows user to make pledges

Notifications You must be signed in to change notification settings

HiveFunder/rewards-module-svc

 
 

Repository files navigation

Project Name

Rewards/reward-tier module for a crowd-funding campaign/project page

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development
  4. CRUD

Usage

From within the root directory:

npm run build
npm start

To seed the database:

Enter appropriate user & password information into database/index.js file

npm run schema
npm run seed

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

CRUD

Request Type Route
GET api/:projectId/rewards
POST api/:projectId/pledge
POST api/:projectId/reward
PUT api/:projectId/:name/rewards
DELETE api/:projectId/:name/rewards

About

Module provides info about reward levels and allows user to make pledges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • HTML 0.7%