This is just a Vue.js + GraphQL crud for testing purposes. Includes both client (vue-apollo) and server (apollo-server).
npm install
In order to have everything up and running in development mode, you need to build and start both client and server.
npm run apollo
npm run serve
Then you will have your server running at:
http://localhost:4000/graphql/
And your client at:
http://localhost:8080/
npm run apollo
npm run apollo:start
npm run serve
npm run serve
npm run build
npm run test
npm run lint
Before running end-to-end tests you need to have apollo server running
npm run test:e2e
No units yet
npm run test:unit