- a postgis db
- a backend server / api
- a front end
This project is actually a POC and a work in progress.
Set env var: for geometry-root in your shell configuration (e.g. bashrc or .zshrc)
GEOMETRY_ROOT=/your/path/geometry
Build the docker stack.
make b
It will automatically start the project after the build.
When the project has been build and if no packages has been changed:
make s
If you change node modules packages, rebuild the project.
when installing the project, you need to create the postgis database and to add the postgis extension.
- insert geometry data in postgis from node
- export data from postgis db
- add a front able to read data from api