API para devolver direcciones mediante coordenadas (lng, lat) decimales.
- PostgreSQL 12.2
- PostGIS 2.5
- node 12.16.2
git clone https://github.com/cabupy/geoinversa.git
cd geoinversa/
npm install
En la raiz del proyecto crear el archivo .env
cd geoinversa/
touch .env
Dentro del archivo incluir las siguientes variables de entorno para process.env
IP='localhost'
PORT=33000
PG_DB='osm_ar'
PG_PORT=5432
PG_HOST='localhost'
PG_USER='postgres'
PG_PASS='postgres
Descargar la BD Postgresql + Postgis
Archivo: osm_ar.sql.bzip2
cd geoinversa/
nodemon server.js
Usar systemctl o en su defecto pm2.
- Carlos Vallejos,
Vamyal S.A.