Skip to content

martin-coding/placemark

Repository files navigation

placemark

Hapi web app to view information about point of interests.

Overview

This application allows users to save and manage points of interest (POIs) by adding them to a list with coordinates and descriptions. Built with Hapi.js for the backend, it helps travelers, tourists, and explorers save and organize places they find interesting.

Usage

API Documentation

To explore the API endpoints, visit /documentation in your browser. This will open the Swagger UI, where you can view and interact with all available API routes.

Example

  • Run your server locally and navigate to http://localhost:PORT/documentation
  • Or access the deployed version

This will display a fully interactive Swagger UI, allowing you to test API requests directly from the documentation.

Installation

Prerequisites

  • Node.js
  • npm

Setup

  1. Clone the repository
git clone https://github.com/martin-coding/placemark.git
cd placemark
  1. Install dependencies
npm install
  1. copy .env_example to .env and set the variables
  2. Start the application
npm start

About

Hapi web app to view information about point of interests.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published