/order-list-vue-node-graphql

Simple fullstack project with VueJS, NodeJS and GraphQL

Primary LanguageJavaScript

VueJS Order List

App printscreen

About The Project

The project is a simple vuejs and nodejs fullstack project.

The following technologies were used:

Resources

  • Get data with GraphQL from NodeJS application
  • List Items in VueJS single component application
  • Add and remove Items to a Order List in sidebar
  • Search Items

Run the Project

Clone this project:

git clone https://github.com/leomiranda/order-list-vue-node-graphql.git
cd order-list-vue-node-graphql

Run server (nodejs):

cd server
npm i
node server

Now your server is running on localhost:4000.

Run client (vuejs):

cd client
npm i
npm run serve

Now your server is running on localhost:8080.