mirror of
https://github.com/zhigang1992/graphql-engine.git
synced 2026-05-25 10:23:36 +08:00
update instructions for directory change (#1539)
This commit is contained in:
committed by
Shahidh K Muhammed
parent
6c20ca8a55
commit
039f16b906
@@ -38,11 +38,11 @@ type User {
|
||||
|
||||
## Local Development
|
||||
|
||||
The sample source code is present in `index.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/aws-lambda/nodejs/apollo-sequelize` folder:
|
||||
The sample source code is present in `index.js`. Clone the repo and go to `community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize` folder:
|
||||
|
||||
```bash
|
||||
$ git clone git@github.com:hasura/graphql-engine
|
||||
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/aws-lambda/nodejs/apollo-sequelize
|
||||
$ cd graphql-engine/community/boilerplates/remote-schemas/aws-lambda/nodejs/apollo-sequelize
|
||||
```
|
||||
|
||||
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.
|
||||
|
||||
@@ -18,11 +18,11 @@ Sequelize (Postgres ORM)
|
||||
|
||||
## Local Development
|
||||
|
||||
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/apollo-sequelize` folder:
|
||||
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize` folder:
|
||||
|
||||
```bash
|
||||
$ git clone git@github.com:hasura/graphql-engine
|
||||
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/apollo-sequelize
|
||||
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/nodejs/apollo-sequelize
|
||||
```
|
||||
|
||||
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.
|
||||
|
||||
@@ -20,11 +20,11 @@ Sequelize (Postgres ORM)
|
||||
|
||||
## Local Development
|
||||
|
||||
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/express-graphqljs-sequelize` folder:
|
||||
The sample source code is present in `server.js`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize` folder:
|
||||
|
||||
```bash
|
||||
$ git clone git@github.com:hasura/graphql-engine
|
||||
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/nodejs/express-graphqljs-sequelize
|
||||
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/nodejs/express-graphqljs-sequelize
|
||||
```
|
||||
|
||||
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.
|
||||
|
||||
@@ -22,11 +22,11 @@ SqlAlchemy (Postgres ORM)
|
||||
|
||||
## Local Development
|
||||
|
||||
The sample source code is present in `server.py`. Clone the repo and go to `community/boilerplates/remote-schemas/remote-schema/zeit-now/python/flask-graphene-sqlalchemy` folder:
|
||||
The sample source code is present in `server.py`. Clone the repo and go to `community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy` folder:
|
||||
|
||||
```bash
|
||||
$ git clone git@github.com:hasura/graphql-engine
|
||||
$ cd graphql-engine/community/boilerplates/remote-schemas/remote-schema/zeit-now/python/flask-graphene-sqlalchemy
|
||||
$ cd graphql-engine/community/boilerplates/remote-schemas/zeit-now/python/flask-graphene-sqlalchemy
|
||||
```
|
||||
|
||||
1) First, let's set the environment variable for connecting to the postgres instance. This can be a local postgres instance or some managed postgres instance like AWS RDS.
|
||||
|
||||
Reference in New Issue
Block a user