Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 616 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 616 Bytes

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