https://github.com/azerothcore/acore-api
RESTful APIs for AzerothCore.
https://github.com/azerothcore/acore-api
azerothcore azerothcore-tools nestjs typescript
Last synced: 2 months ago
JSON representation
RESTful APIs for AzerothCore.
- Host: GitHub
- URL: https://github.com/azerothcore/acore-api
- Owner: azerothcore
- Created: 2019-10-08T07:54:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T15:49:45.000Z (4 months ago)
- Last Synced: 2025-04-09T20:08:29.068Z (2 months ago)
- Topics: azerothcore, azerothcore-tools, nestjs, typescript
- Language: TypeScript
- Homepage: https://www.azerothcore.org
- Size: 2.97 MB
- Stars: 47
- Watchers: 3
- Forks: 22
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Azeroth API
This project is a RESTful APIs for [AzerothCore](https://azerothcore.org).
This API support these tools:
- [ServerStatus](https://github.com/azerothcore/server-status/)
- [ArenaStats](https://github.com/azerothcore/arena-stats)
- [BG Queue Abuser Viewer](https://github.com/Helias/BG-Queue-Abuser-Viewer)
- [WoW Statistics](https://github.com/azerothcore/wow-statistics)### Requirements
- NodeJS & npm
- MySQL
- AzerothCore database### Installation
```
$ npm install
```Copy the configuration file `.env.example` file into `.env` and fill it.
Run the project:
```
$ npm start
```Now you can locally access to the API routes through [http://localhost:3000](http://localhost:3000).
### Credits
- [IntelligentQuantum](https://github.com/IntelligentQuantum)
AzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/PaqQRkd)