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

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

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/)