Skip to content

Kickstander/funding-widget-svc

 
 

Repository files navigation

Kickstand

A detail page for a crowd-funding campaign

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • mysql

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

Initial Startup

  1. Copy the contents of connection.test.js into a new file and name it connection.js
mysql.server start
mysql -u root 
npm run seed
npm run build
npm run start

Endpoints

Action Method Endpoint Purpose
Create POST /api/:campaignId/stats Insert new campaign
Read(One) GET /api/:campaignId/stats Get one campaign
Update PATCH /api/:campaignId/stats Update one campaign
Delete DELETE /api/:campaignId/stats Delete a campaign

About

Displays funding stats, pledge button, and follow button

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.8%
  • CSS 7.3%
  • HTML 1.9%