Skip to content

Commit

Permalink
refactor(readme.md): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-snytko committed Jul 12, 2019
1 parent 8c2b770 commit 4cde0a8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# GraphQL Test Task

## App configuration
### App configuration

- add `.env` file with environment variables (see `example.env`);

## DB configuration
### DB configuration

PostgreSQL v11.4 is used as data source

Expand All @@ -14,15 +14,15 @@ PostgreSQL v11.4 is used as data source

**Note:** Sql dump is located under `./graphql-test-task.dump.sql`.

## Start app
### Start app

To start app just run `npm start`.

P.S Do not forget to install npm modules `npm i`.
P.S Do not forget to install npm modules (`npm i`).

**Note:** GraphQL Playground can be found on the following address `<host>/graphql`

## Test app
### Test app

- start the app by running `npm start`
- run `sh test.sh` to test query and mutations

0 comments on commit 4cde0a8

Please sign in to comment.