From 1e3efe443a6799b9c96683e2365e140b4fe4b708 Mon Sep 17 00:00:00 2001 From: gr8chirag Date: Wed, 25 Mar 2020 16:54:07 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f6736d..6090bab 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ cd fullstack-graphql-airbnb-clone yarn ``` -4. Start PostgreSQL server +4. Start PostgreSQL server. Use PostgreSQL version 10.12 5. Create database called `graphql-ts-server-boilerplate` ``` @@ -53,7 +53,7 @@ createdb graphql-ts-server-boilerplate CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; ``` -8. Install and start Redis +8. Install and start Redis. If you are using Windows, use Redis 3.0.503 9. In `packages/server` create a file called `.env` and add the following line inside: `FRONTEND_HOST=http://localhost:3000` @@ -69,7 +69,7 @@ CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; 1. Start server `yarn start` in `packages/server` -2. Now you can run `yarn start` in `packages/web` or `packages/app` to start the website or app. +2. Now you can run `yarn start` in `packages/web` or `packages/app` to start the website or app. Use Node 10.0 for app 3. How to get credentials working in graphql playground: https://youtu.be/oM-EmNdhwI4?t=8m39s From 8a9d4fc99278bd0a7b8d49166b172291326e459e Mon Sep 17 00:00:00 2001 From: gr8chirag Date: Wed, 25 Mar 2020 17:36:26 +0530 Subject: [PATCH 2/2] Updating Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6090bab..25992ad 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; 1. Start server `yarn start` in `packages/server` -2. Now you can run `yarn start` in `packages/web` or `packages/app` to start the website or app. Use Node 10.0 for app +2. Now you can run `yarn start` in `packages/web` or `packages/app` to start the website or app. Use Node 10.19 for app 3. How to get credentials working in graphql playground: https://youtu.be/oM-EmNdhwI4?t=8m39s