Please recommend me a tech stack
yellow1912

yellow1912 @yellow1912

Joined:
Oct 10, 2019

Please recommend me a tech stack

Publish Date: Sep 25 '20
2 2

This hacktoberfest, I want to give back something to the community where I'm living. I'm thinking of creating a map which you can review the living condition of certain area.

  1. Once you give the lat long you can see reports regarding crime rate, noise, air quality, pollution etc. Each criterion is going to be on a different layer of the map which you can turn on off.

  2. There should also be historical reports to see simple charts and stuffs.

  3. Information may come from official sources or from user reports. Users can also upload reviews and pictures.

  4. The site should be in multiple language.

  5. Scalability would be great.

I code in php and JavaScript and know a bit about golang and lua. I'm also familiar with nginx, redis, mariadb, clickhousedb. I can learn new things if necessary. Thank you ❤️.

Comments 2 total

  • Jonathan Boudreau
    Jonathan BoudreauSep 25, 2020

    Interesting idea! It sounds like location data is going to be a major component in the app, and PostgreSQL has great support for that via PostGIS.

    • yellow1912
      yellow1912Sep 25, 2020

      Thank you. I have been thinking about learning pgsql, this is a good reason.

Add comment