Skip to content

vagnerbarros/VueJsWithGraphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue with Graphql Application

In the vuejswithgraphql-front folder there is an initial design skeleton in Vue.js and Vuetify that communicates with the backend using axios. In the vuejswithgraphql-back folder there is the initial skeleton of a Node.js with Graphql. In this project, the persistence layer uses MongoDB, through the Mongoose framework. The main differential of this project is the Docker configurations and docker-compose at the root of the project. On a machine with docker installed it is possible to start the frontend and backend services on the same machine. Just install Docker first.

Getting started

Buy me a coffee

If I could contribute in any way and you want to help me, buy me a coffee. ☕

Buy Me A Coffee

Requirements

  • Docker
  • Docker Composer

Login

email: vagner@gmail.com
password: 123

How to install

Using Git (recommended)

  1. Clone the project from github.
git clone https://github.com/vagnerbarros/VueJsWithGraphql.git

Using manual download ZIP

  1. Download repository
  2. Uncompress to your desired directory

Setting up environments

cd VueJsWithGraphql
docker-compose up

License

This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.

About

Graphql using Apollo in backend and vue-apollo in frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published