Backend part with ExpressJS, GraphQL and MongoDB for a basic Todo app
Backend is here Here is the live version on codesandbox Table of Contents Table of Contents What is graphql? Intro Install prerequisites Remove boilerplate code Code Entry point (index.js) Queries Components TodoList.js TodoCreate.js TodoLike.js Conclusion What is GraphQL ? Simple, a query language…