Skip to content

St0neofFr33dom/GraphQl-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FE9 API

Introduction

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/



Run Locally

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




GraphQL Schema

The full schema can be found here:

https://fire-emblem-graphql-api.herokuapp.com/docs




Tech Stack

Express

Apollo

Mongoose

Atlas MongoDB




Appendix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published