A project for adding and listing books with GraphQL and MongoDB <3
npm install && cd client && npm install- run express server from the root of directory
npm start - Go to client directory and from there run:
npm start
-
List all books that are stored in mongodb
- click on a book
- show for each book an author, queried with graphql
- show all books from that author, queried with graphql
-
Add a new book
- select authors from a list populated by graphql