caresteouvert / caresteouvert

Ça reste ouvert - the collaborative map of open places during the lockdown

Home Page:https://www.caresteouvert.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ça reste ouvert (It Remains Open)

Ça reste ouvert

Ça reste ouvert, la carte collaborative des lieux ouverts durant la crise sanitaire / the collaborative map of the places open during the health crisis #Covid19.

Toutes les informations sur le projet sont ici / All informations about the project here : https://blog.caresteouvert.fr/about

Ça reste ouvert a été forké : Cartomobil'ité

Architecture

To deploy a complete instance of "Ça reste ouvert", you needs:

Development

The easiest way to contribute to the map is to use Docker:

./script/server

Otherwise, you can use use yarn:

yarn install
yarn run sprites
yarn run icons
yarn run dev

And go to http://localhost:1234/.

Production

The stack can be started using already built images, on a production environment:

cd db/
docker-compose -f docker-compose.yaml -f docker-compose-prod.yaml up -d pg_tileserv pg_featureserv geoip web worker front

Translation

Translations are managed via Transifex, go here to translate it in your language.

Data

Data used on our map comes from two sources :

  • OpenStreetMap : the free, worldwide geographic database. We use information about points of interest and also lockdown opening hours
  • Covid enseignes : chain stores opening rules by country. This allows to mark as open/closed a wide range of shops worldwide.

So you can either directly contribute to OpenStreetMap (using opening_hours:covid19=* tag on individual features), or add rules concerning chain stores in Covid enseignes repository.

Data derivated from Ça reste ouvert can be downloaded at this URL : https://download.osmontrouge.fr/caresteouvert/

License

Copyright (c) "Ça reste ouvert" 2020

Released under the AGPL v3 terms, see the LICENSE file to read the full text.

About

Ça reste ouvert - the collaborative map of open places during the lockdown

https://www.caresteouvert.fr

License:GNU Affero General Public License v3.0


Languages

Language:PLpgSQL 74.3%Language:Vue 14.6%Language:JavaScript 9.3%Language:Shell 1.6%Language:Dockerfile 0.2%