This is a project to teach myself how to build a GraphQL API from scratch.
This API returns info and statistics from Fire Emblem: Path of Radiance, a strategy RPG game released on the gamecube in 2005
All the data is stored in a mongoDB server
Deployed Link: https://fire-emblem-graphql-api.herokuapp.com/
Clone the project
git clone https://github.com/St0neofFr33dom/GraphQLProject.git
Go to the project directory
cd GraphQLProject.git
Install dependencies
npm install
Start the server
npm run dev
Copy your mondoDB database URL into the .env file, following the format:
CONNECTION_STRING = <Database URL goes here>
The url can be an Atlas MongDB cluster or your localhost
The full schema can be found here:
https://fire-emblem-graphql-api.herokuapp.com/docs