- A Reading List application that allows user to add reading list of books. You can see all the information of books and authors.
- Utilized GraphQL and GraphQL-Apollo to minimize API endpoint and to prevent overfetching from the database. And also used ReactJS for front-end.
- Fork this repo
- Clone your forked copy of this repo
git clone https://github.com/[Your Username]/graphQL-Playlist.git
- Change directory into the client
cd client
- Install dependencies
npm install
- Start React Server
npm start
- Change directory into the server
cd..
andcd server
- Install dependencies for server
npm install
- Start server for GraphQL
nodemon app
- Open a browser and navigate to
localhost:3000