graphql-playlist

Working with GraphQL

MIT License

Stars
0

graphql-playlist

Motivation

Learning GraphQL with MongoDB Atlas on the server-side, and React with Apollo Client for GraphQL on the front-end.

Docs

For the basics, refer this README.md.

For detailed study, refer this directory.

This project is intended to understand GraphQL and how to connect it with React using Apollo Client for React. More details on the same are here.

Development

  • To run the express server with GraphQL:

cd graphql-playlist/server/

npm run dev

Check localhost:4000/graphql.

  • To run the React app with Apollo Client:

cd graphql-playlist/client/

npm start

Check localhost:3000.

Contributing

Feel free to raise any PRs if you find any bugs, typos or outdated code!

License

MIT