Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 1.75 KB

README.md

File metadata and controls

76 lines (55 loc) · 1.75 KB

Welcome to wonderfund-rewards 👋

Version Documentation Maintenance

This is the client & server side code for the rewards/pledges microservice for a crowdfunding application.

API Documentation

/api/projects

https://documenter.getpostman.com/view/11644172/SzzkcH2w?version=latest

/api/rewards

https://documenter.getpostman.com/view/11644172/SzzkcHBk?version=latest

Prerequisites

  • npm >=6.14.5
  • node >=12.16.3

Mounting Points in index.html

  • Rewards module mounts to the div with id of 'rewards'
  • Rewards modal window mounts to the div with id of 'modal-root'
<div id="rewards"></div>
<div id="modal-root"></div>

Install

npm install

Build

npm run build

Usage - Seed Database

npm run generateData
npm run seed

Usage - Start

npm run start

Author

👤 Michael Taylor

Show your support

Give a ⭐️ if this project helped you!