Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
francojreyes authored Oct 11, 2024
1 parent abb60b4 commit d4ec202
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ DevSoc provides a GraphQL API for all the data scraped and used for its various

This API provides data on:
- Buildings, rooms and room bookings (as seen in Freerooms)
- **[COMING SOON]** Course and class schedules (as seen in Notangles)
- Course and class schedules (as seen in Notangles)
- **[COMING SOON]** Course information (as seen in Circles and Unilectives)

The API is powered by [Hasura](https://hasura.io/) - a powerful tool that hooks in to an existing database and automatically generates and exposes a rich GraphQL API for the data stored within. The underlying database we use is [Postgres](https://www.postgresql.org/), hence the name **Hasuragres**.
The full schema can be found [here](https://devsoc.atlassian.net/wiki/spaces/GA/pages/184352772/Schema).

Our API is powered by [Hasura](https://hasura.io/) - a powerful tool that hooks in to an existing database and automatically generates and exposes a rich GraphQL API for the data stored within. The underlying database we use is [Postgres](https://www.postgresql.org/), hence the name **Hasuragres**.

## Interactive Explorer
![Interactive explorer](docs/explorer.png)
Expand Down

0 comments on commit d4ec202

Please sign in to comment.