You’ve heard of all the great things about GRANDstack? Excellent! Convinced you want to try it but you already have a tech stack?
We have a story of our own migration from REST API to GraphQL with GRANDstack.
Twindly is a mobile app for organizing your beauty products and giving automated recommendations for sustainable beauty products. Our API server was implemented with
Nest.js, a Node.js framework with TypeScript support. Nest.js supports GraphQL with a wrapped Apollo server underneath thus allowing us to switch from REST API to GraphQL by using neo4j-graphql.js. We use Neo4J Aura as our main database.
We will show how we ended up with less code on our backend and how our mobile app, developed with
Flutter, can connect to it.