Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siegfriedgrimbeek/fastify-graphql-vue.js-application
A MongoDB, Fastify and GraphQL powered Vue.js application.
https://github.com/siegfriedgrimbeek/fastify-graphql-vue.js-application
Last synced: 4 days ago
JSON representation
A MongoDB, Fastify and GraphQL powered Vue.js application.
- Host: GitHub
- URL: https://github.com/siegfriedgrimbeek/fastify-graphql-vue.js-application
- Owner: siegfriedgrimbeek
- License: mit
- Created: 2019-08-20T15:45:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:41:43.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T18:59:23.467Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.17 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Build a Full Stack MongoDB, Fastify, GraphQL and Vue.js application
> A Node.js project
## Build Setup
### Server
```bash
cd server# install dependencies
npm install# serve with hot reload at localhost:8080
npm run start
```### Client
```bash
cd client# install dependencies
npm install# serve with hot reload at localhost:8080
npm run serve
```## Prerequisites
- Tutorial Part One: https://medium.com/better-programming/how-to-build-blazing-fast-rest-apis-with-node-js-mongodb-fastify-and-swagger-114e062db0c9
- Tutorial Part Two: https://medium.com/better-programming/how-to-build-a-blazing-fast-graphql-api-with-node-js-mongodb-and-fastify-77fd5acd2998## Tutorial on Medium
Coming Soon!