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.
- Host: GitHub
- URL: https://github.com/cornayy/dofus-api
- Owner: Cornayy
- License: mit
- Created: 2020-08-15T10:59:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T18:21:55.000Z (about 5 years ago)
- Last Synced: 2025-02-15T19:48:54.589Z (8 months ago)
- Topics: api, dofus, graphql, nestjs
- Language: TypeScript
- Homepage: https://api.cornayy.me/
- Size: 377 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)