Hapi web app to view information about point of interests.
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.
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.
- 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.
- Node.js
- npm
- Clone the repository
git clone https://github.com/martin-coding/placemark.git
cd placemark- Install dependencies
npm install- copy
.env_exampleto.envand set the variables - Start the application
npm start