As part of my tech's practices series from ZeroToMastery knowledge
In today's video
✔ Use Strapi with GraphQL
It comes w/ an Apollo server & Shadow CRUD to automate the creation of types definitions, queries, mutations and resolvers based on models define in the Admin panel.
1. Back-end
✅ Set up Strapi
✅ Define common e-commerce data structures ( Types/Schemas )
✅ Populate with mock data
✅ Use Strapi with GraphQL
✅ Install apollo server (if need it)
✅ Define basic resolvers
2. Front-end
🚧 Set up Nuxt
🚧 Define common pages/components
🚧 Install apollo client (for GraphQL)
🚧 Fetch data from Apollo server
💻 https://github.com/eulier1/nuxt-strap...