A simple web application that allows users to save locations on the world map. See a working demo here.
- PostgreSQL with PostGIS is need to be running on
localhost:5432
. - Create a database named
tbtk
(username:postgres
& password:postgres
). - Create required tables by using
Table-Scripts.sql
.
The easiest way to run this application is via Docker. To install docker, see docs.docker.com. Once you have Docker installed and working, you can easily pull and start the Docker image by running the following from a command prompt or terminal.
docker pull eneskacan/tbtk-map
docker run -p 3333:8080 eneskacan/tbtk-map
See the API documentation page.