A Graphql API server for basic FateGo data.
Here is the link to a hosted instance: https://fatego-db.herokuapp.com/graphql
Note This is a free tier heroku app so it might take a bit for it to spin up a dyno.
This started as a pet project for me to learn and mess around with graphql. If you are interested in contributing, please do! Create an issue on what you plan on doing, get some feedback from a contributor, and start working on a pull request. This project is still pretty early in development so there is plenty to do.
yarn install
ornpm install
- Create
.env
with
MONGO_URI=mongodb://<username>:<password>@<endpoint>:<port>/<db>
- Use webscrapper to import data to local or remote mongodb.
- Basic Servant Query
- Basic Skill Query
- Material Query
- Craft Essence Query