The project is a simple vuejs
and nodejs
fullstack project.
The following technologies were used:
- Get data with
GraphQL
fromNodeJS
application - List
Items
inVueJS
single component application - Add and remove
Items
to aOrder List
in sidebar - Search
Items
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
.