A GraphQL app
- Content
- Usage
- Screenshots
- Technologies Used
- Authors
This is a book app where a list of books are displayed and on clicking one of the book, the genre of the book, the author of the book and the different books written by the author are displayed. The user can also add a book by spcifying the name, the genre and by selecting the author from the list.
- Clone the repo using the command
git clone https://github.com/AtharvaThorve/GraphQL-Test.git - Enter the directory by executing the command
cd GraphQL-Teston the command prompt.
- Enter the directory by using the command
cd server. - Run the command
npm installto install required dependencies. - Run the command
npm startto start the server on localhost:4000
- Exit the server directory by the command
cd .. - Enter the directory client with the command
cd client. - Run the command
npm installto install required dependencies. - Run the command
npm startto start the app on localhost:3000
- For FrontEnd:
- React
- Apollo client
- Server Side:
- NodeJS
- ExpressJS
- GraphQL
- Mongoose framework
- Database:
- MongoDB Atlas
