This project is a RESTful APIs for AzerothCore.
This API support these tools:
- NodeJS & npm
- MySQL
- AzerothCore database
$ 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.
AzerothCore: repository - website - discord chat community