An open API service indexing awesome lists of open source software.

https://github.com/cornayy/dofus-api

An open-source GraphQL API for Dofus built in NestJS.
https://github.com/cornayy/dofus-api

api dofus graphql nestjs

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# dofus-api
An open-source GraphQL API for [Dofus](https://www.dofus.com/en). This API uses the database generated by my [Dofus Scraper](https://github.com/Cornayy/dofus-scraper).

## Project
This project is using [NestJS](https://nestjs.com/), 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](LICENSE)