An open-source GraphQL API for Dofus. This API uses the database generated by my Dofus Scraper.
This project is using NestJS, see their docs for more information about CLI commands.
Create a .env file in the root of your project, a typical .env should look like this. You can also copy the contents of the .env.example file in the root directory.
TYPE=mongodb
HOST=localhost
PORT=27017
DB_NAME=dofus-api
DB_USER=dofus-api
DB_PASSWORD=password