Built a GraphQL server + docs site

Deploying a Backend System
Writing a New API
Writing Documentation
+1

Created a *GraphQL server that retrieves Pokémon data from a SQLite3 database generated by PokéAPI. Also wrote docs to accompany the API for anyone who wants to host their own.


*The hosted server no longer functions, as it was originally deployed to Heroku. I have not yet migrated it since they shut down their free tier. Running the server locally still works as expected.


Check out the https://dex-docs.netlify.app/">docs or https://github.com/jgarrow/graphql-server-pokeapi">GitHub repo.


You can read about the development process on my https://janessagarrow.com/portfolio/pokemon-graphql-server/">blog.