Skip to content

sylwiavargas/Gentrification-Heatmap-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Gentrification Map

Gentrification Map allows us to see how two New York neighborhoods change. Bushwick is an already-gentrified neighborhood and Southeast Bronx is slowly being gentrified. Data from NYC OpenData allows us to see how many new cafes were open in 2010 vs 2018 and whether that correlates to noise complaints. The underlying assumption is that gentrifiers (usually white hipsters) call 311 on the long-time neighborhood residents.

Explore: Deployed version || Frontend repo

This project was developed as Flatiron School's Mod 3 assignment in JavaScript. It uses vanilla JavaScript for frontendand Rails backend. Maps are fetched from Google API, stat data from local .json files and data from local database. Although primarily the data was to be fetched directly from NYC OpenData, it turned out that the fetched files would be significantly larger and so the data was extracted into local .json.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

$ git clone
$ cd [repo location]
$ cd heatmap-backend
$ bundle install
$ rails db:migrate && rails db:seed

To run:

$ rails s

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

  • Sylwia Vargas
  • Chris Ogilvy - Initial work

License

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

About

See effects of gentrification for yourself. A JavaScript assignment using Node.js, Google Maps API and Rails. Page: https://gentrification-map.firebaseapp.com/ [ Frontend: https://tinyurl.com/y5te2v8g ]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published