Skip to content

Commit a39fd7d

Browse files
author
Tejas Kumar
committed
Fixed #2
1 parent aff112c commit a39fd7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This _fairly trivial_ project aims at introducing a newcomer to GraphQL and the
44

55
The source code has been heavily commented and documented in order to explain what's going on. It is highly recommended to read through it. Do _not_ be afraid!
66

7-
[See it in action!](https://basically-fullstack-graphql-eljaqqjheh.now.sh/)
7+
[See it in action!](https://basically-fullstack-graphql-xmvgecabgu.now.sh/)
88

99
## The Project
1010
The project is basically a recipe search system to help someone cook yummy things. 🍜 It works by sending an ingredient as a query to a GraphQL server that retrieves data from (normally, what should be a database) a REST endpoint somewhere on the intrawebs (read: [RecipePuppy](http://www.recipepuppy.com/about/api/)) that has a nice open API we can query.

src/client/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
BAD IDEA USE BUNDLING, this is just a demo.
44
55
Look into webpack or rollup asap if you haven't plz 🐱
6-
*/ const app = new Vue(
6+
*/ const vueApp = new Vue(
77
{
88
el: "#app",
99
data: {

0 commit comments

Comments
 (0)