Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
| ![Galaxy Info](logo.png) | Version 2 of the all-in-one solution to gathering and accessing information about Galaxy. |
| --- | --- |

## API Documentation

Interactive API documentation is available via Swagger UI at `/api-docs` when the server is running (e.g., `http://localhost:3000/api-docs`).

The API provides endpoints for:
- Ships and turrets data
- Kill logs and statistics
- Guild configuration
- Game constants
- Galaxypedia integration

## Development
### Getting Started
First, install dependencies with npm:
Expand Down
Loading