brendancopley / StrapiVueMongoCMS

An api driven CMS using Vue 3 - Postgres - Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An api driven CMS using Vue 3 - Postgres - Node

License:MIT License


Languages

Language:JavaScript 82.2%Language:CSS 16.3%Language:Vue 1.1%Language:HTML 0.3%