A simple web tool to help users find Amtgard parks and events near them or a specific location. It utilizes the ORK (Online Record Keeper) API to fetch and display data.
- Find Parks: Search for Amtgard parks within a 100-mile radius of a location or your current position.
- Find Events: (Currently commented out in code) Search for events within a 500-mile radius.
- Geolocation: Uses browser geolocation or manual address entry ("Look Near").
- Responsive Design: Built with Materialize CSS for mobile compatibility.
-
Clone the repository (if you haven't already).
-
Start the development server:
Run the following command in the project root:
docker compose up
To run in detached mode (background):
docker compose up -d
-
Access the application:
Open your browser and navigate to:
-
Stopping the server:
Press
Ctrl+Cif running in the foreground, or run:docker compose down
index.php: The main application logic and view.content.html: (Appears to be a static content file, usage to be confirmed).docker-compose.yml: Docker services configuration (Nginx + PHP-FPM).nginx.conf: Nginx server configuration.