Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

codeforboston/communityconnect

Repository files navigation

Community Connect

A tool for connecting those in need to services or materials that improve their quality of life.

Click to read more

"Community Connect" is a health resource web application that aims to consolidate information about businesses and organization available in communities that promote healthy lifestyle choices. A health resource is defined as services or materials that improve the quality of life of others, ranging from affordable child care, substance abuse counseling, domestic violence support, and more. We are working in conjunction with Massachusetts General Hospital's Center for Community Health Improvement, MGH Revere HealthCare Center, and Revere CARES Coalition to create an extensive database in our pilot region of Revere, Chelsea, Charlestown, and eventually the Greater Boston Area.


Table of Contents


Features

  • Dynamically updated resources from any Google Sheet
  • Save resources for viewing later
  • Share a link with your saved resources
  • Filter resources by category or search term

Getting Started

Live Demo

Want to see what Community Connect is all about? Check out our live site for Revere at ccfor.me/revere. To manage resources, enter the 'admin' view by adding /admin to the end of the URL, such as ccfor.me/revere/admin.

Running Locally

  1. Clone the repository
  2. Install yarn
  3. Install dependencies by running yarn
  4. Start the development server by running yarn start
  5. Visit localhost:3000 in your browser to see it running! 🎉

Customizing Google Sheet

You can use a custom Google Sheet with your local installation of Community Connect. You might want to do this for testing or development purposes. Prefer to see a gif of this process instead of reading steps? Click here

Click to see instructions for creating your own sheet
  1. Visit the current spreadsheet
  2. Click File and select Make a Copy
  3. Click OK
  4. When viewing your copy, click SHARE in the upper-right hand corner.
  5. Click "Get shareable link" in the upper-right hand corner of the modal.
  6. Ensure that "Anyone with the link can view" is selected.
  7. Copy link
  8. Click done
  9. Click File and select "Publish to the web"
  10. Click Publish
  11. Open "src/googlesheetApi.js" in the codebase
  12. Replace "revere_key" with a portion of the URL in your clipboard
  13. For Example, if the URL of your Google Spreadsheet is https://docs.google.com/spreadsheets/d/1FRd8Jw7y4CnnHCKIvkM-pjNjRVFHFHuobVU-ajXre6M/edit?usp=sharing

    Set the build-time environment variable REACT_APP_GOOGLE_SHEETS_ID to "1FRd8Jw7y4CnnHCKIvkM-pjNjRVFHFHuobVU-ajXre6M"


Contributing

Thank you for your willingness to help out! To get started on helping build Community Connect, take a look at our contribution guide.


Support

Join our Code for Boston Slack channel: #community-connect or look for us at the Code for Boston Tuesday meet-ups.


License

MIT License


History

The original architectural design for this app was designed proven out by Bob Breznak for an organization assisting with the refugee crisis in Greece in 2016, Prosper. They needed help consolidating, vetting and displaying resources on the web. In May 2018 he re-wrote the frontend in react.js to create an app that assists homeless people Seeking Shelter and resources. In August 2018 Code for Boston’s Community Connect project had similar aims and the repo was moved into their org. The data used for this project was initially collected from Nevil Desai during his internship with Revere CARES, a coalition group under the umbrella of MGH Center for Community Health Improvement.