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

https://github.com/ifirmawan/playlist-graphql

Basic example using Graphql
https://github.com/ifirmawan/playlist-graphql

excercise-notes express-graphql graphql leaning

Last synced: 21 days ago
JSON representation

Basic example using Graphql

Awesome Lists containing this project

README

          

# playlist-graphql
Membuat resource API bertemakan daftar lagu statis dibuat dengan tujuan belajar menggunakan GraphQL.

## Progress Belajar
- [x] Membuat routing Graphql.
- [x] Membuat Schema Hello World.
- [x] Schema Daftar Artis.
- [ ] Schema Daftar Lagu Berdasarkan Artis.

## Mulai Gunakan
Jalankan perintah berikut ini
```
git clone https://github.com/ifirmawan/playlist-graphql.git
cd playlist-graphql
npm install
npm run dev
```
Buka browser dengan alamat ```http://localhost:5000```