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/
- Frontend: React, Apollo
- Backend: Express.js, MongoDB, GraphQL, GraphQL Code Generator
- Both: Typescript
npm run dev
then open http://localhost:4000/
or http://localhost:4000/graphql
npm run build
npm run serve