Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!