Skip to content

Commit e1439f5

Browse files
authored
Merge pull request #146 from oslabs-beta/readme_6.28.19
Readme 6.28.19
2 parents 6110ec4 + 470d64b commit e1439f5

File tree

8 files changed

+14
-2
lines changed

8 files changed

+14
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<p align="center" ><img src="public/assets/pictures/ProtographQLBanner.png" width="650px"></p>
1+
<p align="center" ><img src="public/assets/pictures/ProtographQLBanner.png" width="800px"></p>
22

33
# ProtoGraphQL
44

@@ -24,13 +24,25 @@ Upcoming releases include adding visual indicators for table relationships in th
2424

2525
1. When the application loads, click on **Add Table** and populate the table form with a name and new fields. Optionally, you may also use the last three inputs in the form to create relationships to other tables. When you are done, click **Save**.
2626

27+
<p align="center"><kbd><img src="public/assets/pictures/add-table demo.mov.gif" width="800px"></kbd><p>
28+
2729
2. Navigate to the **Schema**, **Code**, and **Visualize** tabs to toggle views:
2830
* **Schema** - view, edit, or delete tables you've added
31+
32+
<p align="center"><kbd><img src="public/assets/pictures/Schema_Screenshot.png" width="800px"></kbd></p>
33+
2934
* **Code** - view generated GraphQL and SQL code before export
35+
36+
<p align="center"><kbd><img src="public/assets/pictures/Code_Screenshot.png" width="800px"></kbd></p>
37+
3038
* **Visualize** - view the GraphQL schema intuitively as a simple tree
39+
40+
<p align="center" ><kbd><img src="public/assets/pictures/tree visializer demo.gif" width="800px"></kbd></p>
3141

3242
3. Export the code by clicking the **Export** icon.
3343

44+
<p align="center" ><kbd><img src="public/assets/pictures/Export_Screenshot.png" width="800px"></kbd></p>
45+
3446
4. Enter your Postgres database URI and then select the directory you want to save your executable GraphQL server.
3547

3648
## How to Run GraphQL Server:

apollo-server/db/createTables.sql

Whitespace-only changes.
528 KB
Loading
539 KB
Loading
230 KB
Loading
3.95 MB
Loading
3.35 MB
Loading

src/components/sideBar/visualizerSidebar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const ColorLegend = styled.div`
3737
font-size: 18px;
3838
font-weight: 500;
3939
background-color: white;
40-
z-index: 9999;
40+
z-index: 2;
4141
`
4242

4343
const ColorContainer = styled.div`

0 commit comments

Comments
 (0)