https://github.com/mhashim6/cleans_graphql_server
https://github.com/mhashim6/cleans_graphql_server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhashim6/cleans_graphql_server
- Owner: mhashim6
- Created: 2023-07-04T10:45:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-04T13:52:20.000Z (over 2 years ago)
- Last Synced: 2025-01-15T16:26:48.462Z (12 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Instructions
### Setup
- Install [Node](https://nodejs.org/en)
- Run
```bash
./setup.sh
```
### Start GraphQL Server
#### Run
```bash
./serve.sh
```
### Inspect GraphQL Playground
#### Visit
```
http://localhost:3000
```