Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 536 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 536 Bytes

Lyrical-GraphQL

Sample app that lets users vote on songs and lyrics.

Starter project from a GraphQL course on Udemy.com. Server resets data every 10 minutes. Deployed here https://lyrical-graphql62414.herokuapp.com/

Tech stack:

Development:

npm run dev

then open http://localhost:4000/ or http://localhost:4000/graphql

Production:

npm run build

npm run serve