Skip to content

Cornayy/dofus-api

Repository files navigation

dofus-api

An open-source GraphQL API for Dofus. This API uses the database generated by my Dofus Scraper.

Project

This project is using NestJS, see their docs for more information about CLI commands.

Configuration

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

License

MIT

About

An open-source GraphQL API for Dofus built in NestJS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published