Vue and NodeJS product server front-end

Note: The REST server is hosted online, but the GraphQL server is not and needs to run on a local machine (localhost: 5555). After switching to the RESTFUL SERVER tab, you may need to hard refresh to get the data to load (the database and server is on a free plan and takes some time to load/boot up).

This is a basic full-stack application built using NodeJS on the backend with two different server configurations (GraphQL and REST). The front-end is built using VueJS. It’s a simple CRUD server with all create, read, update, and delete operations.

See the code on Github

Front-end (VueJS): https://github.com/echohatch1/GQL_and_REST_Frontend_Vue

GraphQL Back-end (NodeJS): https://github.com/echohatch1/GraphQL_Server

REST Back-end (NodeJS): https://github.com/echohatch1/Landon_RESTful_Server