Skip to content

ahimta/donation-web-platform

Repository files navigation

Donation Web Platform Build Status Bountysource

A web platform where donors provide donations and delivery providers pick them up and deliver them to beneficiaries. In addition, beneficiaries can reserve and pick up donations.

Try the Live Version

Go to the homepage.

Project Proposal/Report

Google Doc document with commenting capabilities (always up-to-date).

Similar Projects

Contact the Developer

Just drop me a line on Twitter.

Support the Project or Pay for a Feature

Post a bounty on Bountysource. If you don't know how, send me a private message via Twitter with the details.

Recommended Development Environment

  1. OS: Ubuntu Linux (16.10 was used in this project).
  2. Text Editor: Visual Studio Code.
  3. Node.js Tooling: Node Version Manager.

Running the Project

  1. Install Node.js current version (v7.3.0 was used in this project).
  2. Open project directory from the command line (cd <project-dir>).
  3. While in the project directory, run the following commands: a) npm install b) npm run jspm install
  4. Now while on the project directory, run the following command to start the app server: npm run serve.

You will now see a prompt in the command line with the server local-url (including the port number). You can also try the live version from this url and every time you change the code the page will reload automatically.