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
- Host: GitHub
- URL: https://github.com/restuwahyu13/express-booking-room-graphql
- Owner: restuwahyu13
- Created: 2020-12-18T04:12:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-22T23:50:06.000Z (over 4 years ago)
- Last Synced: 2025-02-22T20:32:20.861Z (8 months ago)
- Language: JavaScript
- Homepage: https://graphql-booking.herokuapp.com/
- Size: 420 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |