Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.24 KB

File metadata and controls

30 lines (17 loc) · 1.24 KB

WOW-BE Reboot

New version of the WOW-BE back-end and database.

This version is developed using Laravel and is running inside a Docker container using Laravel Octane with FrankenPHP.

Installation

See Installation Guide.

External services

Geocoding API

WOW-BE site registration form uses Nominatim for geocoding (see usage policy).
If needed, it can be incorporated via the Docker container.

Elevation API

WOW-BE site registration form uses Open Elevation for elevation data. Free usage is limited to 1000 requests/month.
If needed, it can be incorporated via the Docker container.

Documentation

Tests

Unit and feature tests are available (see Laravel documentation for more information).