This GraphQL project was built after running through a few tutorials and piecing things together.

I am learning GraphQL, ApolloClient/Server and MongoDB, So I put together a flashcard/social media style app to take what I have learned and build with it. I feel some of my error handling has been buggy in the development environment, need to write some tests to ensure safe deployment.

Setting up the Authorization pages and logic was fun, challenging and interesting. Working with cached Tokens directly was a first for me.