Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.13 KB

Adopt-a-Family

Master Branch (Production)

Build Status

Development Branch

Build Status

Goal Functionality:

This app allows organizers to create an adopt-a-family event, which allows families-in-need and donors sign up. The families can create a wishlist of necessities and get matched with donors that have the budget to provide for them.

What you'll need first

Getting it working

Fork the repo and clone onto your local machine.

From PATH/adopt-a-family

npm install && npm start

Check that you can view the app at localhost:3000.

Contributing

Fork the repository and create a feature branch to work on any changes. When done, submit a pull request!

System Requirements

  • Node >= v7.0.0
  • MongoDB 3.6

Authors

  • 5-Gwoap

License

This project is licensed under the MIT License - see the LICENSE file for details