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
- Host: GitHub
- URL: https://github.com/ifirmawan/playlist-graphql
- Owner: ifirmawan
- Created: 2021-01-22T02:37:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-27T14:44:58.000Z (over 5 years ago)
- Last Synced: 2025-01-26T02:52:25.067Z (over 1 year ago)
- Topics: excercise-notes, express-graphql, graphql, leaning
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```