Dias1c / ITStep_JS_Apollo_Shop

Web project with Graphql on Vue/Nextjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ITStep_JS_Apollo_Shop

🚑Run these commands to build the project

cd client
npm i @nuxtjs/apollo
npm i @nuxtjs/axios
npm i core-js
npm i graphql-tag
npm i nuxt

cd ../server
npm i @prisma/client
npm i apollo-server-constraint-directive
npm i apollo-server-express
npm i cors
npm i express

To start the project

  1. Execute this on new console
cd server
node app.js
  1. Execute this on new console
cd client
npm run dev

So Just watch what the site

  1. Filtering is implemented
  2. Search
  3. Mini Easter egg

About

Web project with Graphql on Vue/Nextjs


Languages

Language:Vue 68.8%Language:JavaScript 31.2%