/StrapiVueMongoCMS

An api driven CMS using Vue 3 - Postgres - Node

Primary LanguageJavaScriptMIT LicenseMIT

Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe

Introduction

This example is the result of the tutorial series "Cooking a Deliveroo clone with Nuxt (Vue.js), GraphQL, Strapi and Stripe".

Setup

To see it live:

  • Clone the repository.
  • Start the Strapi server: cd nuxt-strapi-deliveroo-clone-tutorial/server && npm install && npm start.
  • In an other tab, start the Nuxt server: cd nuxt-strapi-deliveroo-clone-tutorial/client && npm install && npm run dev.