Skip to content

eneskacan/tbtk-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TbtkMap

Java CI Node.js CI Deploy App to Azure

A simple web application that allows users to save locations on the world map. See a working demo here.

Database Connection

  1. Using Local Database

  • 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.

Installation

  1. Using Docker

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

API Docs

See the API documentation page.