A set of RESTful APIs for AzerothCore.
API Swagger demo: https://azerothcore-api.herokuapp.com/api-docs
username: admin
password: password
- Ruby
- MySQL
- AzerothCore database
$ bundle install
Copy the configuration file .env-example
file into .env
and update it.
$ cp .env-example .env
Setup local database:
$ rake db:setup
Run the project:
$ foreman start -f Procfile.dev
Now you can locally access to the API routes through http://localhost:5000.
You can use Swagger to test the endpoints http://localhost:5000/api-docs