Skip to content

jkh394/PayItForward

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pay It Forward

Build Status

Pay It Forward web application that enables users to donate money directly to another user, as well as receive money from other users, using change from the transactions on their banks statements. Users can list specific items they lack funds for (e.g. groceries, gas, books) and other users can choose to contribute to a specific item.

To build and test locally

You must have node.js and npm installed. Clone the repository. Insert the list of secret keys into a file called .env in the backend folder. Then type the following commands:

cd backend
npm install
npm start
cd ./frontend
npm install
npm start

Your web browser should open to the homepage. If your browser does not open, navigate to http://localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.2%
  • CSS 3.8%
  • Other 1.0%