Our idea is simple and builds on the incredible platform GoFundMe has already built. We wanted to create a space that let's people browse all of the current wildfire funds on the West Coast to learn more about about individuals and communities in need. You can can see detailed information about each fund and when you're ready can go directly to that funds GoFundMe page to donate. What makes our site a bit different is that we wanted to ensure funds that are the furthest from reaching their goal make it to the top of the page. That's why when you will always those who still need the most relief at the top of the page.
- Run
npm ito install dependencies - Run
npm run setup-dbto re-seed database - Run
npm run start:watchto start the dev server - Routes are in
app.js, not inserver.js. This is so our tests will not launch a server every time.