An open API service indexing awesome lists of open source software.

https://github.com/restuwahyu13/express-booking-room-graphql

express booking room graphql api
https://github.com/restuwahyu13/express-booking-room-graphql

Last synced: 3 months ago
JSON representation

express booking room graphql api

Awesome Lists containing this project

README

          

## Booking Room Graphql Api

### Docker Image Registry

```sh
docker pull 705471/express-graphql:1.0
```

### Graphql API Endpoint

| Name | Endpoint | method |
| -------------------------- | --------------------------------------------- | ------ |
| **Playground Development** | http://localhost:3000 | GET |
| **Development** | http://localhost:3000/graphql | POST |
| **Playground Production** | https://graphql-booking.herokuapp.com | GET |
| **Production** | https://graphql-booking.herokuapp.com/graphql | POST |