A book store (Library) application using ReactJS (frontend), NodeJS + mongoDB (backend) and GraphQL to get/set data.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Added Delete Book button in BookDetails. Added Mutation to delete book and integrated it into frontend
9033987View on GitHubMerge branch 'master' of https://github.com/ObaidAshraf/graphql_bookstore
c6294cbView on GitHubAdded BookDetails component. Added query to query a book. Added HTML to display book details when a book name is clicked in the list
7e664bdView on GitHubCompleted server. Stared Client. Added getBooks and getAuthors query and addBook Mutation in client
d5942e9View on GitHubAdded addbook mutation. Added nonNull in mutations to validate. Updated resolve functions to get/set data from mLab.
48faedbView on GitHub