The French project "Mes Adresses" is being adapted as Community Version (CV), to become multilingual and open to community requests. The original Mes Address is an online tool that allows you to easily manage your addresses, from creating a Local Address Base to updating it. It is accessible without technical skills and includes a built-in tutorial.
For France, it is available online at mes-adresses.data.gouv.fr.
https://adresse.data.gouv.fr/data/docs/guide-mes-adresses-v4.0.pdf
https://adresse-data-gouv-fr.gitbook.io/bal/mes-adresses
Installing Node.js dependencies
$ yarn
Create the list of available flags for regional languages
$ yarn build-available-flags
Create environment variables
cp .env.sample .envYou can then edit the environment variables in the .env file if necessary.
Start the development server:
$ yarn dev
Create a production version:
$ yarn build
Start the server (default port 3000):
$ yarn start
Linter report (eslint):
$ yarn lint
This application uses environment variables for its configuration. They can be set conventionally or by creating a .env file based on the .env.sample template.
| Variable Name | Description |
|---|---|
NEXT_PUBLIC_BAL_API_URL |
Base URL of the BAL API |
NEXT_PUBLIC_GEO_API_URL |
Base URL of the Geo API |
NEXT_PUBLIC_ADRESSE_URL |
Base URL of the adresse.data.gouv.fr website |
NEXT_PUBLIC_EDITEUR_URL |
Base URL for redirections to the My Addresses editor |
NEXT_PUBLIC_API_BAN_URL |
Base URL of the BAN platform |
NEXT_PUBLIC_BAN_API_DEPOT |
Base URL of the deposit API |
NEXT_PUBLIC_PEERTUBE |
Peertube URL |
NEXT_PUBLIC_MATOMO_TRACKER_URL |
Matomo URL |
NEXT_PUBLIC_MATOMO_SITE_ID |
Site ID on Matomo |
NEXT_PUBLIC_API_SIGNALEMENT |
URL of the reporting API |
NEXT_PUBLIC_BAL_ADMIN_URL |
Base URL of BAL admin |
PORT |
Application port |
All these variables have default values that you can find in the .env.sample file.
This tool was designed at the initiative of Etalab. Since 2020, it has been jointly managed by Etalab and the ANCT.
MIT