https://github.com/naufaldi/graphql-40minutes
Learn GraphQL In 40 Minutes
https://github.com/naufaldi/graphql-40minutes
graphql nodejs
Last synced: 2 months ago
JSON representation
Learn GraphQL In 40 Minutes
- Host: GitHub
- URL: https://github.com/naufaldi/graphql-40minutes
- Owner: naufaldi
- Created: 2022-03-09T19:36:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T19:38:46.000Z (about 3 years ago)
- Last Synced: 2025-02-13T14:40:38.597Z (2 months ago)
- Topics: graphql, nodejs
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GraphQL 40 Minutes
Project learning GraphQL from Web Dev Simplified
### URL Tutorial
[Learn GraphQL In 40 Minutes](https://www.youtube.com/watch?v=ZQL7tL2S0oQ)
## Tech Stack
**Server:** GraphQL and Node.js
## Run Locally
Clone the project
```bash
git clone https://github.com/naufaldi/graphql-40minutes.git
```Go to the project directory
```bash
cd graphql-40minutes
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run devStart
```## License
[MIT](https://choosealicense.com/licenses/mit/)