You are here |
sophiabits.com | ||
| | | |
janikvonrotz.ch
|
|
| | | | For my last project I had to build a web application to administrate a MongoDB database. Due to using Meteor quite a lot I heard about Graphql and the Apollostack. Graphql, which is a specification done by Facebook engineers, promises to be the better REST API (which I hope it is). I became curious and decided the build the server API with Apollo. First I tried to evade using the Meteor as build system as I don't want to get too accustomed to this full-stack ecosystem. However, building a live-reload server and client build system in ES6 with Node.js, Babel and Webpack was simply too much work compared to building this simple web app. So in result this was my stack: | |
| | | |
patrick.wtf
|
|
| | | | Recently I needed to create a proxy to a third party API in our GraphQL Federation schema but didn't want to spin up a new service just for this. This blog posts explains how to use a local schemas inside the Apollo Federation Gateway. | |
| | | |
www.prisma.io
|
|
| | | | Tooling for GraphQL server development has exploded in the last two years. We believe that the need for most tools comes from the popular schema-first approach - and can be solved by an alternative: code-first. | |
| | | |
www.rasikjain.com
|
|
| | In the series of the blog post, I am going to walk through step by step process of building a Simple Notes App using React, TypeScript, Node.js, GraphQL , and MongoDB. During the process of our development, we are going to use some useful npm packages like Express, Apollo-Server, Typegoose, Mongoose, TypeGraphQL , and Bootstrap. Here is the Github Source Code to run the application. Table of Content Dev Environment Setup GraphQL Server Backend Folder Structure Creating Node. |