Skip to content

Commit 2aac35d

Browse files
committed
Add README.md
1 parent c5c19d5 commit 2aac35d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Backend
2+
3+
4+
# Notes
5+
6+
Just getting things set up. To play with this simple setup run this from the repo home directory.
7+
8+
```
9+
$ bin/backend
10+
```
11+
12+
The open this URL in a browser or with curl.
13+
14+
```
15+
localhost:7890/graphql?query={languages{label,frameworks{label}}}&indent=2
16+
```
17+
18+
The data is completely fake, not loaded from the database. Just for testing the GraphQL.

0 commit comments

Comments
 (0)